Skip to content

Commit

Permalink
Export the default Toolbar components (closes mui#1694) (mui#1707)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp91 committed May 11, 2020
1 parent 02e857e commit 4a1b6b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,20 @@ import { DayProps as DayPropsType } from './views/Calendar/Day';

export * from './DatePicker';

export { DatePickerToolbar } from './DatePicker/DatePickerToolbar';

export * from './TimePicker';

export { TimePickerToolbar } from './TimePicker/TimePickerToolbar';

export * from './DateTimePicker';

export { DateTimePickerToolbar } from './DateTimePicker/DateTimePickerToolbar';

export * from './DateRangePicker/DateRangePicker';

export { DateRangePickerToolbar } from './DateRangePicker/DateRangePickerToolbar';

export { Calendar } from './views/Calendar/Calendar';

export * from './views/Calendar/CalendarView';
Expand Down

0 comments on commit 4a1b6b0

Please sign in to comment.