@alifd/meet-react
Version:
Fusion Mobile React UI System Component
8 lines (7 loc) • 522 B
TypeScript
import { PickerColumnData } from '../picker';
export declare function withTime(format: string): boolean;
export declare function rangeOptions(min: number, max: number, suffix?: string): PickerColumnData[];
export declare function rangeMonthOptions(start: any, end: any, suffix?: string): PickerColumnData[];
export declare function resetMonth(d: Date): void;
export declare function resetTime(d: Date): void;
export declare function getFormatType(format: any, unit?: boolean): "date" | "y" | "month" | "year" | "d" | "M";