UNPKG

@flanksource/clicky-ui

Version:

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

9 lines 460 B
import { ProcessNode, RunMeta } from './types'; export type DiagnosticsDetailPanelProps = { process: ProcessNode | null; collectBusy?: boolean; onCollectStack?: (pid: number) => void | Promise<void>; runMeta?: RunMeta; }; export declare function DiagnosticsDetailPanel({ process, collectBusy, onCollectStack, runMeta, }: DiagnosticsDetailPanelProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=DiagnosticsDetailPanel.d.ts.map