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)

15 lines (13 loc) 642 B
'use strict'; exports.TypographyValues = void 0; (function (TypographyValues) { TypographyValues["FONT_FAMILY"] = "fontFamily"; TypographyValues["FONT_WEIGHT"] = "fontWeight"; TypographyValues["LINE_HEIGHT"] = "lineHeight"; TypographyValues["FONT_SIZE"] = "fontSize"; TypographyValues["LETTER_SPACING"] = "letterSpacing"; TypographyValues["PARAGRAPH_SPACING"] = "paragraphSpacing"; TypographyValues["PARAGRAPH_INDENT"] = "paragraphIndent"; TypographyValues["TEXT_DECORATION"] = "textDecoration"; TypographyValues["TEXT_CASE"] = "textCase"; })(exports.TypographyValues || (exports.TypographyValues = {}));