Skip to content

Commit cce5fd3

Browse files
nwidynskiPersists
andauthored
Fix Remove OverlayTriggerProps (#7868)
Co-authored-by: Jonas Heisterberg <103542043+Persists@users.noreply.github.com>
1 parent 527c98a commit cce5fd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@react-types/datepicker/src/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ type MappedDateValue<T> =
3737
never;
3838

3939
export type Granularity = 'day' | 'hour' | 'minute' | 'second';
40-
interface DateFieldBase<T extends DateValue> extends InputBase, Validation<MappedDateValue<T>>, FocusableProps, LabelableProps, HelpTextProps, OverlayTriggerProps {
40+
interface DateFieldBase<T extends DateValue> extends InputBase, Validation<MappedDateValue<T>>, FocusableProps, LabelableProps, HelpTextProps {
4141
/** The minimum allowed date that a user may select. */
4242
minValue?: DateValue | null,
4343
/** The maximum allowed date that a user may select. */

0 commit comments

Comments
 (0)