Skip to content

Commit

Permalink
export date utils, close #59
Browse files Browse the repository at this point in the history
  • Loading branch information
mskocik committed Sep 28, 2022
1 parent 7ffd043 commit 0fc2d58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
import Component, { config } from './components/SveltyPicker.svelte';

export { parseDate, formatDate } from './utils/dateUtils';

export default Component;
export { config };

0 comments on commit 0fc2d58

Please sign in to comment.