| 50 | }; |
| 51 | |
| 52 | export interface SpinnerVariants { |
| 53 | /** The size of the spinner. */ |
| 54 | size?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge'; |
| 55 | } |
| 56 | |
| 57 | export interface SpinnerProps extends HTMLAttributes<HTMLDivElement>, SpinnerVariants { |
| 58 | /** The label of the spinner, displayed on the bottom. */ |
nothing calls this directly
no outgoing calls
no test coverage detected