UNPKG

@types/culori

Version:
7 lines (4 loc) 172 B
import { Rgb } from "../rgb/types.js"; import { Lab } from "./types.js"; declare function convertRgbToLab(color: Omit<Rgb, "mode">): Lab; export default convertRgbToLab;