Files
GNX-mailEnterprise/frontend/node_modules/@csstools/postcss-oklab-function/dist/convert-oklch-to-display-p3.d.ts
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

4 lines
135 B
TypeScript

declare type color = [number, number, number];
export declare function oklchToDisplayP3(oklchRaw: color): [color, boolean];
export {};