Skip to content

Commit

Permalink
Merge pull request #1089 from PerfectPixel/patch-1
Browse files Browse the repository at this point in the history
Export OutsideClickHandler within the index.js
  • Loading branch information
majapw authored Mar 23, 2018
2 parents 3ea2c10 + c033bb3 commit 97bf16e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export { default as DateRangePickerShape } from './shapes/DateRangePickerShape';
export { default as DayPicker } from './components/DayPicker';
export { default as DayPickerRangeController } from './components/DayPickerRangeController';
export { default as DayPickerSingleDateController } from './components/DayPickerSingleDateController';
export { default as OutsideClickHandler } from './components/OutsideClickHandler';
export { default as SingleDatePicker } from './components/SingleDatePicker';
export { default as SingleDatePickerInput } from './components/SingleDatePickerInput';
export { default as SingleDatePickerShape } from './shapes/SingleDatePickerShape';
Expand Down

0 comments on commit 97bf16e

Please sign in to comment.