UNPKG

vue-simple-range-slider

Version:

Change Your numeric value or numeric range value with dragging handles

7 lines (6 loc) 291 B
import webpack from 'webpack'; import { WatchFileSystem } from './WatchFileSystem'; interface CompilerWithWatchFileSystem<TWatchFileSystem extends WatchFileSystem = WatchFileSystem> extends webpack.Compiler { watchFileSystem?: TWatchFileSystem; } export { CompilerWithWatchFileSystem };