UNPKG

@payfit/unity-themes

Version:

4 lines (3 loc) 371 B
import { Token } from 'style-dictionary'; export declare function filter(token: Token): boolean; export declare const transform: (token: import('style-dictionary/types').TransformedToken, config: import('style-dictionary/types').PlatformConfig, options: import('style-dictionary/types').Config, vol?: import('style-dictionary/types').Volume) => string | Promise<string>;