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) 321 B
import type { DesignToken } from 'style-dictionary/types'; import { ColorModifierOptions } from '../TransformOptions.js'; /** * Helper: Transforms color tokens with tokens studio color modifiers */ export declare function transformColorModifiers(token: DesignToken, options?: ColorModifierOptions): string | undefined;