UNPKG

@atlaskit/editor-plugin-type-ahead

Version:

Type-ahead plugin for @atlaskit/editor-core

4 lines (3 loc) 281 B
export { typeAheadPlugin } from './typeAheadPlugin'; export type { TypeAheadPlugin } from './typeAheadPluginType'; export type { OpenTypeAheadProps, TypeAheadHandler, TypeAheadInputMethod, TypeAheadPluginOptions, TypeAheadPluginState, TypeAheadPluginSharedState, } from './types';