UNPKG

@churchapps/apphelper-markdown

Version:

ChurchApps markdown/lexical editor components

6 lines (5 loc) 116 B
interface Props { isDisabled?: boolean; } export declare function ReadOnlyPlugin(props: Props): any; export {};