We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 527c98a commit cce5fd3Copy full SHA for cce5fd3
packages/@react-types/datepicker/src/index.d.ts
@@ -37,7 +37,7 @@ type MappedDateValue<T> =
37
never;
38
39
export type Granularity = 'day' | 'hour' | 'minute' | 'second';
40
-interface DateFieldBase<T extends DateValue> extends InputBase, Validation<MappedDateValue<T>>, FocusableProps, LabelableProps, HelpTextProps, OverlayTriggerProps {
+interface DateFieldBase<T extends DateValue> extends InputBase, Validation<MappedDateValue<T>>, FocusableProps, LabelableProps, HelpTextProps {
41
/** The minimum allowed date that a user may select. */
42
minValue?: DateValue | null,
43
/** The maximum allowed date that a user may select. */
0 commit comments