Test/node_modules/khroma/dist/methods/to_hex.d.ts
2026-04-09 22:54:00 +07:00

2 lines
70 B
TypeScript

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