Skip to content

Instantly share code, notes, and snippets.

@NoriSte
Last active October 12, 2020 06:33
Show Gist options
  • Save NoriSte/8c5366fef7209a936d7a7aa1969368f9 to your computer and use it in GitHub Desktop.
Save NoriSte/8c5366fef7209a936d7a7aa1969368f9 to your computer and use it in GitHub Desktop.
Re-implementing Recoil APIs / article gists
// @see https://github.com/NoriSte/recoil-apis
export type RecoilStores = Record<
string,
Record<string, CoreRecoilValue<unknown>>
>;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment