UNPKG

@flanksource/clicky-ui

Version:

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

10 lines 387 B
export type LogViewerProps = { logs: string; collapsedLines?: number; maxExpandedVh?: number; bgClass?: string; borderClass?: string; className?: string; }; export declare function LogViewer({ logs, collapsedLines, maxExpandedVh, bgClass, borderClass, className, }: LogViewerProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=LogViewer.d.ts.map