@terrazzo/token-tools
Version:
Various utilities for token types
5 lines • 400 B
TypeScript
import type { TokenTransformedMultiValue, TypographyTokenNormalized } from '../types.js';
import type { TransformCSSValueOptions } from './css-types.js';
/** Convert typography value to multiple CSS values */
export declare function transformTypography(token: TypographyTokenNormalized, options: TransformCSSValueOptions): TokenTransformedMultiValue['value'];
//# sourceMappingURL=typography.d.ts.map