Skip to content

Commit

Permalink
fix(DatePicker): export component.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 15, 2017
1 parent 6b08d74 commit 7b8b765
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/date-picker/index.js
Expand Up @@ -2,4 +2,7 @@
import DatePicker from './DatePicker';
import './style/index.less';

export { default as TimeSelect } from './TimeSelect';
export { default as TimePicker } from './TimePicker';

export default DatePicker;

0 comments on commit 7b8b765

Please sign in to comment.