UNPKG

fx-form-widget

Version:
12 lines (11 loc) 353 B
/** * 使时间选择器不能选择今天以前的日期(不包括今天) * @param current * @param type * @param num */ export declare const disabledDate: (current: any, type: 'above' | 'below', num?: number | undefined) => boolean; /** * 判断值是否真的为空,不存在 */ export declare const isNotNullValue: (value: any) => boolean;