MCPcopy Create free account
hub / github.com/bsoc-bitbyte/busify / CustomButtonProps

Interface CustomButtonProps

frontend/src/types.d.ts:9–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7 img?: string;
8}
9export interface CustomButtonProps extends Omit<TooltipProps, 'children'> {
10 label: string;
11 title?: string;
12 loading?: boolean;
13 variant?: 'contained' | 'outlined' | 'text';
14 icon?: React.ReactNode;
15 disabled?: boolean;
16 color?: 'primary' | 'success' | 'info' | 'warning' | 'error' | 'inherit';
17 size?: 'small' | 'medium' | 'large';
18 href?: string;
19 onClick?: () => void;
20}
21
22type BusTicketType = {
23 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected