Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add typings to some examples #2231

Merged
merged 14 commits into from
Jul 7, 2024
Merged

docs: add typings to some examples #2231

merged 14 commits into from
Jul 7, 2024

Commits on Jun 24, 2024

  1. Update navigation.mdx

    Used strongly-typed useState<Date>(...) hook
    dave-meyer committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    0bb67fd View commit details
    Browse the repository at this point in the history
  2. Update selection-modes.mdx

    Used strongly-typed useState<Date>(...) hook
    dave-meyer committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    9afa5c8 View commit details
    Browse the repository at this point in the history
  3. Update start.mdx

    Used strongly-typed useState<Date>(...) hook
    dave-meyer committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a93270e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6f0bd76 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' into main

    gpbl committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8766c3c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Update README.md

    Used strongly-typed useState<Date>(...) hook
    dave-meyer committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    2e5c355 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    478101c View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    45b1341 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Merge branch 'main' into main

    gpbl committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    e6dca4c View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Date can also be undefined
    
    Co-authored-by: Giampaolo Bellavite <[email protected]>
    dave-meyer and gpbl committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    8f20729 View commit details
    Browse the repository at this point in the history
  3. Update website/docs/start.mdx

    Date can also be undefined
    
    Co-authored-by: Giampaolo Bellavite <[email protected]>
    dave-meyer and gpbl committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    23b7534 View commit details
    Browse the repository at this point in the history
  4. Update website/docs/using-daypicker/navigation.mdx

    Removed unneeded typing
    
    Co-authored-by: Giampaolo Bellavite <[email protected]>
    dave-meyer and gpbl committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    57934cb View commit details
    Browse the repository at this point in the history
  5. Update website/docs/using-daypicker/selection-modes.mdx

    Added Date array type
    
    Co-authored-by: Giampaolo Bellavite <[email protected]>
    dave-meyer and gpbl committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    8f86566 View commit details
    Browse the repository at this point in the history
  6. Update website/docs/using-daypicker/selection-modes.mdx

    Removed unneeded/obvious typing
    
    Co-authored-by: Giampaolo Bellavite <[email protected]>
    dave-meyer and gpbl committed Jul 7, 2024
    Configuration menu
    Copy the full SHA
    88c80ac View commit details
    Browse the repository at this point in the history