You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improve codebase structure by reorganizing exports and modifying type definitions
This commit improves the structure of the codebase by reorganizing the exports in the calendar, input, pageControl, and pagination components. Additional types have been exported from various index files, and the type definitions for specific components have been modified.
The `header`, `calendar`, and `selector` components in the calendar directory, the `pageControl` component, and the `pagination` component have all had additional types and components exported. The `argtypes` file in the input stories directory and the `IInputUnControlled` type in the input types directory have both been updated to accept `RegExp` in addition to `string`.
These changes aim to make the codebase more maintainable and easier to navigate, improving the developer experience.
0 commit comments