UNPKG

@flanksource/clicky-ui

Version:

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

7 lines 253 B
export type AnsiHtmlProps = { text: string; className?: string; as?: "pre" | "span"; }; export declare function AnsiHtml({ text, className, as }: AnsiHtmlProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=AnsiHtml.d.ts.map