UNPKG

vue-simple-range-slider

Version:

Change Your numeric value or numeric range value with dragging handles

7 lines (6 loc) 193 B
import type { Compiler, Plugin } from 'webpack'; declare class VueLoaderPlugin implements Plugin { static NS: string; apply(compiler: Compiler): void; } export default VueLoaderPlugin;