UNPKG

@churchapps/apphelper-markdown

Version:

ChurchApps markdown/lexical editor components

6 lines (5 loc) 121 B
interface Props { readOnly?: boolean; } export default function ReadOnlyPlugin({ readOnly }: Props): any; export {};