UNPKG

vue-simple-range-slider

Version:

Change Your numeric value or numeric range value with dragging handles

5 lines (4 loc) 217 B
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;