UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

4 lines (3 loc) 266 B
export declare function validateInputValue(value: string, format: string): boolean; export declare function formatInputValue(value: string, format: string): string; export declare function closestLookup(availableArr: Array<any>, calcVal: number, step: number): any;