UNPKG

vue-simple-range-slider

Version:

Change Your numeric value or numeric range value with dragging handles

12 lines (11 loc) 305 B
export interface StylePreprocessor { render(source: string, map: any | null, options: any): StylePreprocessorResults; } export interface StylePreprocessorResults { code: string; map?: any; errors: Array<Error>; } export declare const processors: { [key: string]: StylePreprocessor; };