UNPKG

@edtr-io/plugin-text

Version:
12 lines 342 B
import * as React from 'react'; export declare class Suggestions extends React.Component<SuggestionProps> { render(): JSX.Element; } export interface SuggestionProps { onSelect: Function; options: string[][]; selected?: number; currentValue: string; name: string; } //# sourceMappingURL=suggestions.d.ts.map