UNPKG

vue-simple-range-slider

Version:

Change Your numeric value or numeric range value with dragging handles

7 lines (6 loc) 196 B
import { Filter, Options } from './types'; export declare type Config = { context: Filter; options: Options; }; export declare function createConfig(context: any, opts?: Options): Config;