UNPKG

@churchapps/apphelper-markdown

Version:

ChurchApps markdown/lexical editor components

9 lines (8 loc) 200 B
import React from "react"; interface Props { hideModal: () => void; onChange: (newValue: string) => void; value?: string; } export declare const MarkdownModal: React.FC<Props>; export {};