UNPKG

@flanksource/clicky-ui

Version:

Flanksource Clicky UI — React component library built on shadcn/ui with light/dark and density theming.

6 lines 224 B
export type MarkdownProps = { text: string; className?: string; }; export declare function Markdown({ text, className }: MarkdownProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Markdown.d.ts.map