UNPKG

@flanksource/clicky-ui

Version:

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

10 lines 459 B
import { ParsedThread } from './jvm-stacktrace'; export declare function threadStateBadge(state: string): string; export declare function threadStateDot(state: string): string; export type ThreadCardProps = { thread: ParsedThread; search: string; hideRuntimeOnly: boolean; }; export declare function ThreadCard({ thread, search, hideRuntimeOnly }: ThreadCardProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ThreadCard.d.ts.map