import { RenderPlaceholderProps } from 'slate-react'; import { StateContextOptions, styledMapScheme } from '../RTE.types'; export interface PlaceholderComponentProps extends RenderPlaceholderProps { state: StateContextOptions; styles: styledMapScheme; }