UNPKG

@tokens-studio/sd-transforms

Version:

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

7 lines (6 loc) 211 B
import { ThemeObject } from '@tokens-studio/types'; declare interface Options { separator?: string; } export declare function permutateThemes(themes: ThemeObject[], { separator }?: Options): any; export {};