Created
August 16, 2022 19:15
-
-
Save robsonkades/944d169aa8e0853fd25c207919c2ef3b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
// 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