UNPKG

style-dictionary-utils

Version:
8 lines (7 loc) 286 B
import { Transform } from 'style-dictionary/types'; /** * namePathToDotNotation * @description convert the entire `path` to dot notation, parts are converted to camelCase * and replaces the `name` with the dot notation path */ export declare const namePathToDotNotation: Transform;