UNPKG

388 BTypeScriptView Raw
1import { BaseRange, BaseText } from 'slate';
2import { ReactEditor } from './plugin/react-editor';
3declare module 'slate' {
4 interface CustomTypes {
5 Editor: ReactEditor;
6 Text: BaseText & {
7 placeholder: string;
8 };
9 Range: BaseRange & {
10 placeholder?: string;
11 };
12 }
13}
14//# sourceMappingURL=custom-types.d.ts.map
\No newline at end of file