UNPKG

@tokens-studio/sd-transforms

Version:

Custom transforms for Style-Dictionary, to work with Design Tokens that are exported from Tokens Studio

3 lines (2 loc) 167 B
import { DesignToken } from 'style-dictionary/types'; export declare function checkAndEvaluateMath(token: DesignToken, fractionDigits?: number): DesignToken['value'];