import { ColorPlugin } from "ohcolor"; import "./type.d.ts"; /** * Plugin: extend format function to support formatting to get decimal number color. */ export declare const formatDec: ColorPlugin; export default formatDec;