UNPKG

@atlaskit/editor-plugin-type-ahead

Version:

Type-ahead plugin for @atlaskit/editor-core

4 lines (3 loc) 290 B
import type { ExtractInjectionAPI, TypeAheadItem } from '@atlaskit/editor-common/types'; import type { TypeAheadPlugin } from '../typeAheadPluginType'; export declare const itemIsDisabled: (item: TypeAheadItem | undefined, api: ExtractInjectionAPI<TypeAheadPlugin> | undefined) => boolean;