UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

7 lines (6 loc) 439 B
export declare const TEXT_TAG: readonly ["address", "blockquote", "cite", "div", "figcaption", "legend", "p", "span", "time"]; export type TextTag = (typeof TEXT_TAG)[number]; export declare const TEXT_SIZE: readonly ["large", "medium", "small", "x-small", "xx-small"]; export type TextSize = (typeof TEXT_SIZE)[number]; export declare const TEXT_WEIGHT: readonly ["bold", "normal"]; export type TextWeight = (typeof TEXT_WEIGHT)[number];