UNPKG

style-dictionary-utils

Version:
7 lines (6 loc) 228 B
import { Transform } from 'style-dictionary/types'; /** * colorAlphaToHex * @description convert a token of type `color` to a hex8 value if alpha < 1 and hex6 if alpha is 1 */ export declare const colorAlphaToHex: Transform;