Variable PixiGraphicsConst
PixiGraphics: React.FC<
{
draw: (graphics: any) => void;
interactive?: boolean;
onPointerDown?: () => void;
onPointerOut?: () => void;
onPointerOver?: () => void;
onPointerUp?: () => void;
x?: number;
y?: number;
},
> = ...