| 12 | export type IconName = keyof typeof icons; |
| 13 | |
| 14 | export interface ButtonIconProps extends DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement> { |
| 15 | icon: IconName; |
| 16 | appearance: 'primary' | 'white'; |
| 17 | } |
nothing calls this directly
no outgoing calls
no test coverage detected