blob: 015b89f30905b5dd0da9ee8ae6983bcd18b9211b [file] [log] [blame]
import { Colord } from "./colord";
import { Parsers } from "./types";
export declare type Plugin = (ColordClass: typeof Colord, parsers: Parsers) => void;
export declare const extend: (plugins: Plugin[]) => void;