UNPKG

@cainiaofe/cn-ui-m

Version:
3 lines (2 loc) 181 B
import type { IPickerColumnData } from '../types'; export declare function rangeOptions(min: number, max: number, step: number, format: (i: number) => string): IPickerColumnData[];