the-forest/client/node_modules/@csstools/postcss-hwb-function/dist/hwb.d.ts
2024-09-17 20:35:18 -04:00

4 lines
111 B
TypeScript

declare type color = [number, number, number];
export declare function hwbToRgb(hwb: color): color;
export {};