Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pedro-lb committed Sep 15, 2020
2 parents 24f348c + a37e3b2 commit c7d9b49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import DateRangePickerExporter from './components/DateRangePickerExporter';
import DateRangePicker from './components/DateRangePicker';
import { DateRange, DefinedRange } from './types';

export {
DateRangePickerExporter as DateRangePicker,
DateRangePicker as DateRangePickerComponent,
DefinedRange,
DateRange,
};

0 comments on commit c7d9b49

Please sign in to comment.