@payfit/unity-themes
Version:
8 lines (7 loc) • 552 B
TypeScript
import { Token } from 'style-dictionary';
import { NameTransform } from 'style-dictionary/types';
type Transformer = NameTransform['transform'];
export declare function filter(token: Token): boolean;
export declare const tailwindColorTokenNameTransform: Transformer;
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>;
export {};