UNPKG

@types/culori

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