UNPKG

@churchapps/apphelper-markdown

Version:

ChurchApps markdown/lexical editor components

7 lines (6 loc) 193 B
interface Props { editor: any; elementFormat: string; } export declare function AlignmentControls({ editor, elementFormat }: Props): import("react/jsx-runtime").JSX.Element; export {};