UNPKG

@atlaskit/editor-plugin-type-ahead

Version:

Type-ahead plugin for @atlaskit/editor-core

9 lines (8 loc) 477 B
export declare const TYPE_AHEAD_DECORATION_KEY = "typeahead_decoration_key"; export declare const TYPE_AHEAD_DECORATION_DATA_ATTRIBUTE = "typeaheadDecoration"; export declare const TYPE_AHEAD_POPUP_CONTENT_CLASS = "fabric-editor-typeahead"; export declare const TYPE_AHEAD_DECORATION_ELEMENT_ID = "typeahaed_decoration_element_id"; export declare enum CloseSelectionOptions { BEFORE_TEXT_INSERTED = "BEFORE_TEXT_INSERTED", AFTER_TEXT_INSERTED = "AFTER_TEXT_INSERTED" }