UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

5 lines (4 loc) 285 B
export declare const BUTTON_ROUND_VARIANT: readonly ["filled", "highlight"]; export type ButtonRoundVariant = (typeof BUTTON_ROUND_VARIANT)[number]; export declare const BUTTON_ROUND_SIZE: readonly ["small", "medium"]; export type ButtonRoundSize = (typeof BUTTON_ROUND_SIZE)[number];