UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

4 lines (3 loc) 151 B
export declare const TITLE_SIZE: readonly ["x-large", "large"]; export type TitleSize = typeof TITLE_SIZE[number]; export type TitleTag = 'h1' | 'h2';