@ -22,6 +22,7 @@ export declare class DynamicDateCombo extends Single {
format?: string;
allowEdit?: boolean;
supportDynamic?: boolean;
supportWorkDay?: boolean;
attributes?: {
tabIndex?: number;
};
@ -13,6 +13,7 @@ export declare class TimeInterval extends Single {
minDate?: string;
maxDate?: string;
watermark?: string;
simple?: boolean;
container?: string;