UNPKG

@pixi/react

Version:

Write PixiJS applications using React declarative style.

11 lines (9 loc) 391 B
export { Application } from './components/Application.mjs'; export { createRoot } from './core/createRoot.mjs'; import './global.mjs'; export { extend } from './helpers/extend.mjs'; export { useApplication } from './hooks/useApplication.mjs'; export { useExtend } from './hooks/useExtend.mjs'; export { useTick } from './hooks/useTick.mjs'; "use strict"; //# sourceMappingURL=index.mjs.map