UNPKG

@open-condo/ui

Version:

A set of React UI components for developing applications inside the condo ecosystem

8 lines 270 B
import React from 'react'; export type MarkdownProps = { children: string; type?: 'default' | 'inline'; onCheckboxChange?: (newMarkdownContent: string) => void; }; export declare const Markdown: React.FC<MarkdownProps>; //# sourceMappingURL=markdown.d.ts.map