Skip to content

Commit

Permalink
[datetime] feat: export IDateRangeInputProps (#3821)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbucknell authored and adidahiya committed Nov 6, 2019
1 parent 40cc294 commit 8546bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/datetime/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ export { DateInput, IDateInputProps } from "./dateInput";
export { DatePicker, IDatePickerProps } from "./datePicker";
export { IDatePickerModifiers } from "./datePickerCore";
export { DateTimePicker, IDateTimePickerProps } from "./dateTimePicker";
export { DateRangeInput } from "./dateRangeInput";
export { DateRangeInput, IDateRangeInputProps } from "./dateRangeInput";
export { DateRangePicker, IDateRangePickerProps, IDateRangeShortcut } from "./dateRangePicker";
export { ITimePickerProps, TimePicker, TimePrecision } from "./timePicker";

1 comment on commit 8546bc0

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[datetime] feat: export IDateRangeInputProps (#3821)

Previews: documentation | landing | table

Please sign in to comment.