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