slate-react

Search for an npm package
import { BaseRange, BaseText } from 'slate';
import { ReactEditor } from './plugin/react-editor';
declare module 'slate' {
interface CustomTypes {
Editor: ReactEditor;
Text: BaseText & {
placeholder?: string;
};
Range: BaseRange & {
placeholder?: string;
};
}
}
//# sourceMappingURL=custom-types.d.ts.map
No newline at end of file