UNPKG

@types/culori

Version:
6 lines (3 loc) 120 B
import { Rgb } from "./types.js"; declare function parseHex(color: string): Rgb | undefined; export default parseHex;