UNPKG

@terrazzo/token-tools

Version:

Various utilities for token types

5 lines 387 B
import type { FontWeightTokenNormalized, TokenTransformedSingleValue } from '../types.js'; import type { TransformCSSValueOptions } from './css-types.js'; /** Convert fontWeight value to CSS */ export declare function transformFontWeight(token: FontWeightTokenNormalized, options: TransformCSSValueOptions): TokenTransformedSingleValue['value']; //# sourceMappingURL=font-weight.d.ts.map