Type Alias: SpinnerProps
SpinnerProps =
HTMLAttributes<HTMLOutputElement> &Partial<{size:SpinnerSize;variant:SpinnerVariant; }>
Props accepted by the Spinner component.
SpinnerProps =
HTMLAttributes<HTMLOutputElement> &Partial<{size:SpinnerSize;variant:SpinnerVariant; }>
Props accepted by the Spinner component.