UNPKG

@primer/primitives

Version:

Typography, spacing, and color primitives for Primer design system

9 lines (8 loc) 345 B
import type { DesignToken } from 'style-dictionary/types'; /** * jsonToNestedValue * @description creates a nested json tree where every final value is the `.value` prop * @param token StyleDictionary.DesignToken * @returns nested json three */ export declare const jsonToNestedValue: (token: DesignToken | Record<string, unknown>) => any;