vue-simple-range-slider
Version:
Change Your numeric value or numeric range value with dragging handles
6 lines (5 loc) • 305 B
TypeScript
import { Options } from "pascal-case";
export { Options };
export declare function camelCaseTransform(input: string, index: number): string;
export declare function camelCaseTransformMerge(input: string, index: number): string;
export declare function camelCase(input: string, options?: Options): string;