Files
infocom-systems-design/node_modules/khroma/dist/methods/to_hsla.d.ts
2025-10-03 22:27:28 +03:00

3 lines
72 B
TypeScript

declare const toHsla: (color: string) => string;
export default toHsla;