mirror of
https://github.com/billsonnn/nitro-renderer.git
synced 2025-01-19 14:56:27 +01:00
5 lines
122 B
TypeScript
5 lines
122 B
TypeScript
|
import { InteractionEvent } from '@pixi/interaction';
|
||
|
|
||
|
export class PixiInteractionEventProxy extends InteractionEvent
|
||
|
{}
|