UNPKG

@pixi/react

Version:

Write PixiJS applications using React declarative style.

6 lines (5 loc) 232 B
import { extend } from '../helpers/extend'; /** Expose Pixi.js components for use in JSX. */ export declare function useExtend( /** @description The Pixi.js components to be exposed. */ objects: Parameters<typeof extend>[0]): void;