@atlaskit/editor-plugin-paste-options-toolbar
Version:
Paste options toolbar for @atlaskit/editor-core
11 lines (10 loc) • 676 B
TypeScript
export declare const PASTE_TOOLBAR_CLASS = "ak-editor-paste-toolbar";
export declare const PASTE_TOOLBAR_MENU_ID = "ak-editor-paste-toolbar-item-dropdownList";
export declare const TEXT_HIGHLIGHT_CLASS = "text-highlight";
export declare const PASTE_HIGHLIGHT_DECORATION_KEY = "paste-highlight-decoration-key";
export declare const PASTE_TOOLBAR_ITEM_CLASS = "ak-editor-paste-toolbar-item";
export declare const EDITOR_WRAPPER_CLASS = "akEditor";
export declare const PASTE_OPTIONS_TEST_ID = "paste-options-testid";
export declare const PASTE_OPTIONS_META_ID = "paste-options$";
export declare const PASTE_MENU_GAP_HORIZONTAL = 8;
export declare const PASTE_MENU_GAP_TOP = 24;