UNPKG

@flanksource/clicky-ui

Version:

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

9 lines 337 B
import { HAREntry } from './types'; export type HarPanelProps = { entries: HAREntry[]; search?: string; emptyLabel?: string; className?: string; }; export declare function HarPanel({ entries, search, emptyLabel, className, }: HarPanelProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=HarPanel.d.ts.map