UNPKG

185 BTypeScriptView Raw
1export as namespace DayPicker;
2
3export { default } from './DayPicker';
4export * from './Props';
5export * from './LocaleUtils';
6export * from './DateUtils';
7export * from './Modifiers';