UNPKG

@pixi/react

Version:

Write PixiJS applications using React declarative style.

5 lines (4 loc) 194 B
/** * @description Retrieves the nearest Pixi.js Application from the Pixi React context. */ export declare function useApplication(): import("../typedefs/ApplicationState").ApplicationState;