Skip to content

Instantly share code, notes, and snippets.

@robsonkades
Created August 16, 2022 19:15
Show Gist options
  • Save robsonkades/944d169aa8e0853fd25c207919c2ef3b to your computer and use it in GitHub Desktop.
Save robsonkades/944d169aa8e0853fd25c207919c2ef3b to your computer and use it in GitHub Desktop.
// TODO: needs a better typing for Recoil
type AtomEffectParams = {
// eslint-disable-next-line
[key: string]: any;
};
export type { AtomEffectParams };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment