UNPKG

@flanksource/clicky-ui

Version:

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

11 lines 590 B
import { ClickyTableRowClick, ClickyTableRowHref, ClickyTableRowPredicate } from '../data/Clicky'; import { ExecutionResponse } from './types'; export type CommandOutputProps = { response: ExecutionResponse; bare?: boolean; onTableRowClick?: ClickyTableRowClick; getTableRowHref?: ClickyTableRowHref; isTableRowClickable?: ClickyTableRowPredicate; }; export declare function CommandOutput({ response, bare, onTableRowClick, getTableRowHref, isTableRowClickable, }: CommandOutputProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=CommandOutput.d.ts.map