diff --git a/packages/roosterjs-editor-plugins/lib/plugins/TableResize/editors/TableEditor.ts b/packages/roosterjs-editor-plugins/lib/plugins/TableResize/editors/TableEditor.ts index b9f7ad56f47..820a2afb8d7 100644 --- a/packages/roosterjs-editor-plugins/lib/plugins/TableResize/editors/TableEditor.ts +++ b/packages/roosterjs-editor-plugins/lib/plugins/TableResize/editors/TableEditor.ts @@ -25,7 +25,10 @@ const enum TOP_OR_SIDE { side = 1, } -// Class name for Table edit feature divs +/** + * @internal + * Class name for Table edit feature divs + */ export const TEF_CLASS_NAME = '_roosterjsTableEditFeature'; /**