UNPKG

vuetify

Version:

Vue Material Component Framework

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