UNPKG

style-dictionary-utils

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