UNPKG

@vuetify/nightly

Version:

Vue Material Component Framework

5 lines (4 loc) 153 B
// Types import type { LAB, XYZ } from '../colorUtils.js'; export declare function fromXYZ(xyz: XYZ): LAB; export declare function toXYZ(lab: LAB): XYZ;