UNPKG

style-dictionary-utils

Version:
7 lines (6 loc) 231 B
import { Transform } from 'style-dictionary/types'; /** * fontWeightToNumber * @description convert a fontWeight string like `black` to the corresponding number, like `900` */ export declare const fontWeightToNumber: Transform;