Skip to content

Commit

Permalink
docs: update types/deprecated.ts reference (#2430)
Browse files Browse the repository at this point in the history
Signed-off-by: Emmanuel Ferdman <emmanuelferdman@gmail.com>
  • Loading branch information
emmanuel-ferdman authored Sep 7, 2024
1 parent 5974be0 commit 253f822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/upgrading.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ If you are using TypeScript, some typings have been deprecated in favor of clari
+ import type { PropsBase } from 'react-day-picker';
```

See also the source of [types-deprecated.ts](https://github.com/gpbl/react-day-picker/blob/next/src/types-deprecated.ts).
See also the source of [types/deprecated.ts](https://github.com/gpbl/react-day-picker/blob/next/src/types/deprecated.ts).

<details>
<summary>**List of Deprecated Types**</summary>
Expand Down

0 comments on commit 253f822

Please sign in to comment.