Skip to content

Commit

Permalink
Merge pull request #17126 from ckeditor/ck/17105
Browse files Browse the repository at this point in the history
Other (basic-styles): Export `AttributeCommand` class from `ckeditor5-basic-styles`. Closes #17105
  • Loading branch information
arkflpc authored Sep 19, 2024
2 parents b663aff + 8931568 commit 01d1396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckeditor5-basic-styles/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ export { default as SuperscriptUI } from './superscript/superscriptui.js';
export { default as Underline } from './underline.js';
export { default as UnderlineEditing } from './underline/underlineediting.js';
export { default as UnderlineUI } from './underline/underlineui.js';
export type { default as AttributeCommand } from './attributecommand.js';
export { default as AttributeCommand } from './attributecommand.js';

import './augmentation.js';

0 comments on commit 01d1396

Please sign in to comment.