We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11c351 commit b0d3458Copy full SHA for b0d3458
1 file changed
index.js
@@ -0,0 +1,7 @@
1
+import { polyfill } from 'es6-object-assign'
2
+import { CalendarStyle } from './src/calendar-style'
3
+import DatePicker from './src/components/DatePickerAsyncWrapper.svelte'
4
+polyfill()
5
+
6
+export { CalendarStyle }
7
+export default DatePicker
0 commit comments