ship-gis/node_modules/@csstools/postcss-hwb-function/dist/hwb.d.ts
2026-01-22 09:14:01 +09:00

4 lines
111 B
TypeScript

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