Skip to content

Commit

Permalink
export type
Browse files Browse the repository at this point in the history
  • Loading branch information
Rain-Zheng committed Jun 25, 2024
1 parent 0eaec75 commit 0b1f187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/roosterjs-content-model-plugins/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export { TableEditPlugin } from './tableEdit/TableEditPlugin';
export { OnTableEditorCreatedCallback } from './tableEdit/OnTableEditorCreatedCallback';
export { TableEditFeatureName } from './tableEdit/editors/features/TableEditFeatureName';
export { PastePlugin } from './paste/PastePlugin';
export { EditPlugin } from './edit/EditPlugin';
export { EditPlugin, EditOptions } from './edit/EditPlugin';
export { AutoFormatPlugin, AutoFormatOptions } from './autoFormat/AutoFormatPlugin';

export {
Expand Down

0 comments on commit 0b1f187

Please sign in to comment.