UNPKG

vuetify

Version:

Vue Material Component Framework

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