UNPKG

@churchapps/apphelper-markdown

Version:

ChurchApps markdown/lexical editor components

6 lines (5 loc) 121 B
interface Props { value: string; } export default function ControlledEditorPlugin({ value }: Props): any; export {};