UNPKG

@edtr-io/plugin-text

Version:
12 lines 509 B
import * as React from 'react'; import { InputProps, InputTheme } from './overlay-input'; export declare const createEditorInputTheme: (key: "button" | "input" | "textarea" | "checkbox" | "overlay", theme: { editor: import("../theme").EditorTheme; editorUi: import("../theme").EditorUiTheme; }) => InputTheme; export declare class EditorInput extends React.Component<InputProps> { private input; focus(): void; render(): JSX.Element; } //# sourceMappingURL=editor-input.d.ts.map