UNPKG

@churchapps/apphelper-markdown

Version:

ChurchApps markdown/lexical editor components

9 lines (8 loc) 305 B
interface Props { value: string; textAlign?: "left" | "center" | "right"; element?: any; showFloatingEditor?: boolean; } export declare function MarkdownPreview({ value: markdownString, textAlign, showFloatingEditor, ...props }: Props): import("react/jsx-runtime").JSX.Element; export {};