Created
November 1, 2023 05:46
-
-
Save KatagiriSo/af50ed2995cc7dca6179b37d8660b5d0 to your computer and use it in GitHub Desktop.
useSWR
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type UseSWR<T> = typeof useSWR< | |
T, | |
unknown, | |
Partial<PublicConfiguration<T, unknown, BareFetcher<T>>> | undefined | |
> | |
const getHoge: UseSWR<Hoge> = useSWR |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment