UNPKG

vue-simple-range-slider

Version:

Change Your numeric value or numeric range value with dragging handles

6 lines (5 loc) 289 B
import { Options } from "no-case"; export { Options }; export declare function pascalCaseTransform(input: string, index: number): string; export declare function pascalCaseTransformMerge(input: string): string; export declare function pascalCase(input: string, options?: Options): string;