UNPKG

@pixi/react

Version:

Write PixiJS applications using React declarative style.

13 lines (10 loc) 289 B
import { store } from '../store.mjs'; import { unmountRoot } from './unmountRoot.mjs'; "use strict"; function processUnmountQueue() { for (const root of store.unmountQueue) { unmountRoot(root); } } export { processUnmountQueue }; //# sourceMappingURL=processUnmountQueue.mjs.map