@aplus-frontend/ui
Version:
11 lines (10 loc) • 508 B
TypeScript
import { PickerMode } from '@aplus-frontend/antdv/es/vc-picker/interface';
import { ApFormatPresetType } from './interface';
export declare const ApFieldDatePresetFormats: string[];
export declare const PRESET_FORMAT_MAP: Record<ApFormatPresetType, string | undefined>;
export declare const PRESET_FORMAT_PICK_MAP: Record<ApFormatPresetType, PickerMode>;
export declare const PRESET_FORMAT_TIME_MAP: Record<ApFormatPresetType, {
showTime: boolean;
showSecond?: boolean;
showMinute?: boolean;
}>;