UNPKG

vue-simple-range-slider

Version:

Change Your numeric value or numeric range value with dragging handles

11 lines (10 loc) 297 B
import { TransformAssetUrlsOptions } from './assetUrl'; export interface Attr { name: string; value: string; } export interface ASTNode { tag: string; attrs: Attr[]; } export declare function urlToRequire(url: string, transformAssetUrlsOption?: TransformAssetUrlsOptions): string;