the-forest/client/node_modules/@csstools/postcss-hwb-function/dist/hwb.d.ts

4 lines
111 B
TypeScript
Raw Normal View History

2024-09-17 20:35:18 -04:00
declare type color = [number, number, number];
export declare function hwbToRgb(hwb: color): color;
export {};