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