UNPKG

@tokens-studio/types

Version:

![NPM version badge](https://img.shields.io/npm/v/@tokens-studio/types) ![License badge](https://img.shields.io/github/license/tokens-studio/types)

13 lines (12 loc) 415 B
export declare enum TypographyValues { FONT_FAMILY = "fontFamily", FONT_WEIGHT = "fontWeight", LINE_HEIGHT = "lineHeight", FONT_SIZE = "fontSize", LETTER_SPACING = "letterSpacing", PARAGRAPH_SPACING = "paragraphSpacing", PARAGRAPH_INDENT = "paragraphIndent", TEXT_DECORATION = "textDecoration", TEXT_CASE = "textCase" } export type TypographyValuesUnion = `${TypographyValues}`;