tdesign-vue-next
Version:
TDesign Component for vue-next
6 lines (5 loc) • 375 B
TypeScript
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[];