UNPKG

pixi.js

Version:

PixiJS — The HTML5 Creation Engine =============

13 lines (11 loc) 180 B
declare global { namespace PixiMixins { interface RendererSystems { prepare: import('./PrepareBase').PrepareBase; } } } export {};