@tokens-studio/graph-engine
Version:
An execution engine to handle Token Studios generators and resolvers
11 lines • 515 B
TypeScript
import { Color as ColorType } from '../../../types.js';
import Color from 'colorjs.io';
export declare const toColor: (color: ColorType) => Color;
export declare const toColorObject: (color: Color) => ColorType;
export declare const toHex: (color: Color) => string;
export declare const hexToColor: (hex: string) => ColorType;
export declare const Black: ColorType;
export declare const White: ColorType;
export declare const Gray: ColorType;
export declare const Red: ColorType;
//# sourceMappingURL=utils.d.ts.map