UNPKG

@pixi/react

Version:

Write PixiJS applications using React declarative style.

1 lines 572 B
{"version":3,"file":"store.mjs","sources":["../src/store.ts"],"sourcesContent":["import { DefaultEventPriority } from 'react-reconciler/constants';\nimport { type Root } from './typedefs/Root';\n\nconst store: {\n currentUpdatePriority: number,\n debug: boolean,\n unmountQueue: Set<Root>,\n} = {\n currentUpdatePriority: DefaultEventPriority,\n debug: false,\n unmountQueue: new Set(),\n};\n\nexport { store };\n"],"names":[],"mappings":";;;AAGA,MAAM,KAIF,GAAA;AAAA,EACA,qBAAuB,EAAA,oBAAA;AAAA,EACvB,KAAO,EAAA,KAAA;AAAA,EACP,YAAA,sBAAkB,GAAI;AAC1B;;;;"}