export interface CustomFieldContextDefaultValueDate { /** * The default date in ISO format. Ignored if `useCurrent` is true. */ date?: string; /** * Whether to use the current date. */ useCurrent?: boolean; type: "datepicker"; } //# sourceMappingURL=CustomFieldContextDefaultValueDate.d.ts.map