Function createWishDataAtom
- createWishDataAtom(context): StateAtom<WishData, {
setWeights: typeof setWeights;
updateHistory: typeof updateHistory;
}>
-
Parameters
-
context: WishDataAtomContext
Returns StateAtom<WishData, {
setWeights: typeof setWeights;
updateHistory: typeof updateHistory;
}>