UNPKG

@pixi/react

Version:

Write PixiJS applications using React declarative style.

12 lines (11 loc) 598 B
export { Application } from './components/Application'; export { createRoot } from './core/createRoot'; export * from './global'; export { extend } from './helpers/extend'; export { useApplication } from './hooks/useApplication'; export { useExtend } from './hooks/useExtend'; export { useTick } from './hooks/useTick'; export { type ApplicationRef } from './typedefs/ApplicationRef'; export { type PixiElements } from './typedefs/PixiElements'; export { type PixiReactElementProps } from './typedefs/PixiReactNode'; export { type UnprefixedPixiElements } from './typedefs/UnprefixedPixiElements';