Type Alias: SpinnerProps

SpinnerProps = HTMLAttributes<HTMLOutputElement> & Partial<{ size: SpinnerSize; variant: SpinnerVariant; }>

Props accepted by the Spinner component.