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)

12 lines (11 loc) 288 B
export type TokenTypographyValue = { fontFamily?: string; fontWeight?: string; fontSize?: string; lineHeight?: string | number; letterSpacing?: string; paragraphSpacing?: string; paragraphIndent?: string; textCase?: string; textDecoration?: string; };