UNPKG

@pixi/react

Version:

Write PixiJS applications using React declarative style.

12 lines (9 loc) 260 B
import { DefaultEventPriority } from 'react-reconciler/constants'; "use strict"; const store = { currentUpdatePriority: DefaultEventPriority, debug: false, unmountQueue: /* @__PURE__ */ new Set() }; export { store }; //# sourceMappingURL=store.mjs.map