UNPKG

466 BTypeScriptView Raw
1import Toolbar from './Toolbar';
2export declare function createToolbar(config?: {}): {
3 name: string;
4 decorators: never[];
5 callbacks: {
6 onChange: (editorState: any) => void;
7 onUpArrow: (_: any) => any;
8 onDownArrow: (_: any) => any;
9 getEditorState: (_: any) => any;
10 setEditorState: (_: any) => any;
11 handleReturn: (_: any) => any;
12 };
13 onChange(editorState: any): any;
14 component: typeof Toolbar;
15};