Skip to content

Commit b0d3458

Browse files
committed
Add proper export
1 parent a11c351 commit b0d3458

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

index.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)