Skip to content

Commit

Permalink
Export AttributeCommand class from basic styles package
Browse files Browse the repository at this point in the history
  • Loading branch information
Mati365 committed Sep 19, 2024
1 parent b663aff commit 8931568
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 8931568

Please sign in to comment.