mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-03 12:49:30 +08:00
4 lines
213 B
Text
4 lines
213 B
Text
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;
|