| 16 | ); |
| 17 | |
| 18 | export interface LabelVariants { |
| 19 | /** The size of the label. */ |
| 20 | size?: 'small' | 'medium' | 'large'; |
| 21 | } |
| 22 | |
| 23 | export interface LabelProps |
| 24 | extends Omit<LabelHTMLAttributes<HTMLLabelElement>, 'htmlFor'>, |
nothing calls this directly
no outgoing calls
no test coverage detected