Skip to content

Commit

Permalink
Index date picker localisation functions
Browse files Browse the repository at this point in the history
  • Loading branch information
javivelasco committed May 21, 2017
1 parent 9af07bc commit 862199d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export * from './locale';
export { default as datePickerFactory } from './DatePicker';
export { default as dayFactory } from './Day';
export { default as monthFactory } from './Month';
export { default as rangePickerFactory } from './RangePicker';
export { default as singlePickerFactory } from './SinglePicker';
export { default as monthFactory } from './Month';
export { default as dayFactory } from './Day';
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
export { default as dateLocales } from './dateLocales';
export { default as getFullDayOfWeek } from './getFullDayOfWeek';
export { default as getFullMonth } from './getFullMonth';
export { default as getShortMonth } from './getShortMonth';

0 comments on commit 862199d

Please sign in to comment.