This website requires JavaScript.
Explore
Help
Sign In
studio
/
cunningham
Watch
2
Star
0
Fork
0
You've already forked cunningham
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e2c0d3259bade08a4d20b2164c11f8411d113ba6
cunningham
/
packages
/
react
/
src
/
components
/
Forms
/
DatePicker
/
index.tsx
5 lines
91 B
TypeScript
Raw
Normal View
History
Unescape
Escape
✨(react) make DatePicker elements accessible Declare and export reusable element from the DatePicker sub-packages, to make them easily usable accros the design system or any application.
2023-06-16 17:08:12 +02:00
export
*
from
"./DatePicker"
;
export
*
from
"./DateRangePicker"
;
export
*
from
"./utils"
;
Reference in New Issue
Copy Permalink