UNPKG

@churchapps/apphelper-markdown

Version:
7 lines (6 loc) 227 B
interface Props { value: string; textAlign?: "left" | "center" | "right"; } export declare function MarkdownPreviewLight({ value: markdownString, textAlign }: Props): import("react/jsx-runtime").JSX.Element; export {};