From 0b1f187713b488a9fc9a9c403b252279e78d013f Mon Sep 17 00:00:00 2001 From: Rain-Zheng Date: Tue, 25 Jun 2024 16:24:43 +0800 Subject: [PATCH] export type --- packages/roosterjs-content-model-plugins/lib/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/roosterjs-content-model-plugins/lib/index.ts b/packages/roosterjs-content-model-plugins/lib/index.ts index 50920741895..e00daab314d 100644 --- a/packages/roosterjs-content-model-plugins/lib/index.ts +++ b/packages/roosterjs-content-model-plugins/lib/index.ts @@ -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 {