UNPKG

tdesign-vue-next

Version:
6 lines (5 loc) 375 B
import { EPickerCols } from './const'; 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; export declare function getPickerCols(format: string): EPickerCols[];