Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add typings to some examples (#2231)
* Update navigation.mdx Used strongly-typed useState<Date>(...) hook * Update selection-modes.mdx Used strongly-typed useState<Date>(...) hook * Update start.mdx Used strongly-typed useState<Date>(...) hook * Update README.md Used strongly-typed useState<Date>(...) hook * Update README.md Date can also be undefined Co-authored-by: Giampaolo Bellavite <[email protected]> * Update website/docs/start.mdx Date can also be undefined Co-authored-by: Giampaolo Bellavite <[email protected]> * Update website/docs/using-daypicker/navigation.mdx Removed unneeded typing Co-authored-by: Giampaolo Bellavite <[email protected]> * Update website/docs/using-daypicker/selection-modes.mdx Added Date array type Co-authored-by: Giampaolo Bellavite <[email protected]> * Update website/docs/using-daypicker/selection-modes.mdx Removed unneeded/obvious typing Co-authored-by: Giampaolo Bellavite <[email protected]> --------- Co-authored-by: Giampaolo Bellavite <[email protected]> Co-authored-by: Giampaolo Bellavite <[email protected]>
- Loading branch information