UNPKG

@vit-rin/games-js

Version:

VitRin Games JavaScript SDK

7 lines (5 loc) 122 B
import { atom } from "recoil"; export const gamePausedState = atom({ key: "gamePausedState", default: false, });