Skip to content

Commit 343cddf

Browse files
committed
feat(text-editor): add uiType as a type
1 parent eef8c77 commit 343cddf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/text-editor/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ import { CustomElementDefinition } from '../../global/shared-types/custom-elemen
77
export type TextEditorPlugin = {
88
node: CustomElementDefinition[];
99
};
10+
11+
export type EditorUiType = 'standard' | 'minimal';

0 commit comments

Comments
 (0)