Skip to content

Commit 836df22

Browse files
author
Priska
committed
fix(datepicker): export types
1 parent ab17142 commit 836df22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import Datepicker from "./components/Datepicker";
2-
2+
export * from "./types";
33
export default Datepicker;

0 commit comments

Comments
 (0)