UNPKG

vue-simple-range-slider

Version:

Change Your numeric value or numeric range value with dragging handles

7 lines (6 loc) 240 B
import { Customize, Key } from "./types"; export default function joinArrays({ customizeArray, customizeObject, key, }?: { customizeArray?: Customize; customizeObject?: Customize; key?: Key; }): (a: any, b: any, k: Key) => any;