UNPKG

@churchapps/apphelper-markdown

Version:

ChurchApps markdown/lexical editor components

8 lines (7 loc) 199 B
interface Props { value: string; isPreview?: boolean; isFullscreen?: boolean; } export declare function ControlledEditorPlugin({ isFullscreen, value, isPreview }: Props): any; export {};