@stihl-design-system/components
Version:
Welcome to the STIHL Design System react component library.
7 lines (6 loc) • 423 B
TypeScript
export declare const BUTTON_SIZE: readonly ["medium", "small"];
export type ButtonSize = (typeof BUTTON_SIZE)[number];
export declare const BUTTON_VARIANT: readonly ["filled", "highlight", "outline", "ghost"];
export type ButtonVariant = (typeof BUTTON_VARIANT)[number];
export type ButtonIconPosition = 'left' | 'right';
export type ButtonAriaAttribute = 'aria-label' | 'aria-expanded' | 'aria-pressed' | 'aria-haspopup';