UNPKG

@types/culori

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