UNPKG

@pixi/react

Version:

Write PixiJS applications using React declarative style.

3 lines (2 loc) 143 B
import { type UnresolvedAsset as PixiUnresolvedAsset } from 'pixi.js'; export type UnresolvedAsset<T = any> = PixiUnresolvedAsset<T> | string;