Skip to content

Commit

Permalink
fix: export config from package
Browse files Browse the repository at this point in the history
  • Loading branch information
aliakbarazizi committed Jan 2, 2024
1 parent c412a1b commit cf85959
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/components/datepicker/provider/Provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ export const Provider = forwardRef(
payload: value || new Date(),
});
});
// disposables.nextFrame
});

const [state, dispatch] = useReducer(datePickerReducer, null, () => {
Expand Down
1 change: 1 addition & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export * from './components/datepicker';
export { config } from './utils/config';

0 comments on commit cf85959

Please sign in to comment.