UNPKG

style-dictionary-utils

Version:
7 lines (6 loc) 181 B
import { Transform } from 'style-dictionary/types'; /** * colorToHex * @description convert a token of type `color` to a hex value */ export declare const colorToHex: Transform;