UNPKG

@grigorov-it/mazer

Version:

Free and Open-source Bootstrap 5 Admin Dashboard Template and Landing Page

13 lines (12 loc) 312 B
import { Plugin } from "../types/options"; export interface Config { input?: string | HTMLInputElement; position?: "left"; } declare global { interface Window { rangePlugin: (config?: Config) => void; } } declare function rangePlugin(config?: Config): Plugin; export default rangePlugin;