@flanksource/clicky-ui
Version:
Flanksource Clicky UI — React component library built on shadcn/ui with light/dark and density theming.
10 lines • 485 B
TypeScript
import { ParsedGoroutine } from './stacktrace';
export declare function goroutineStateBadge(state: string): string;
export declare function goroutineStateDot(state: string): string;
export type GoroutineCardProps = {
goroutine: ParsedGoroutine;
search: string;
hideRuntimeOnly: boolean;
};
export declare function GoroutineCard({ goroutine, search, hideRuntimeOnly }: GoroutineCardProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=GoroutineCard.d.ts.map