MCPcopy
hub / github.com/chartdb/chartdb / EmptyStateActionButton

Interface EmptyStateActionButton

src/components/empty-state/empty-state.tsx:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14import { Button } from '../button/button';
15
16export interface EmptyStateActionButton {
17 label: string;
18 onClick?: () => void;
19 icon?: React.ReactNode;
20 disabled?: boolean;
21}
22
23export interface EmptyStateFooterAction {
24 label: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected