UNPKG

@vuetify/nightly

Version:

Vue Material Component Framework

5 lines (4 loc) 161 B
// Types import type { RGB, XYZ } from '../colorUtils.js'; export declare function fromXYZ(xyz: XYZ): RGB; export declare function toXYZ({ r, g, b }: RGB): XYZ;