UNPKG

@atlaskit/editor-plugin-type-ahead

Version:

Type-ahead plugin for @atlaskit/editor-core

11 lines (10 loc) 315 B
import type { TypeAheadPlugin } from './typeAheadPluginType'; /** * * Revamped typeahead using decorations instead of the `typeAheadQuery` mark * * https://product-fabric.atlassian.net/wiki/spaces/E/pages/2992177582/Technical+TypeAhead+Data+Flow * * */ export declare const typeAheadPlugin: TypeAheadPlugin;