MCPcopy Create free account
hub / github.com/AlariCode/top-app-demo / ButtonIconProps

Interface ButtonIconProps

components/ButtonIcon/ButtonIcon.props.ts:14–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12export type IconName = keyof typeof icons;
13
14export interface ButtonIconProps extends DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement> {
15 icon: IconName;
16 appearance: 'primary' | 'white';
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected