UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

4 lines (3 loc) 202 B
export declare const SPINNER_SIZE: readonly ["small", "medium", "large", "x-large", "inherit"]; export type SpinnerSize = (typeof SPINNER_SIZE)[number]; export type SpinnerAriaAttribute = 'aria-label';