PromoCursed/node_modules/@csstools/postcss-hwb-function/dist/hwb.d.ts
2024-08-20 23:25:37 +04:00

4 lines
111 B
TypeScript

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