react-simple-game-engine
Version:
[WIP] not able to use in currently. <!-- Document cumming soon... -->
12 lines • 465 B
TypeScript
export * from "./classes/watcher";
export * from "./classes/sound-watcher";
export * from "./ui-components/modal";
export * from "./ui-components/control";
export * from "./ui-components/control-container";
export * from "./hooks/interact";
export * from "./hooks/watcher";
export * from "./hooks/entity";
export * from "./hooks/scene";
export * from "./hooks/comp";
export { genId, isRealPhone, getPlatform } from "./utils";
//# sourceMappingURL=utilities.d.ts.map