From 54c179422d488c0d93ba32be7acfbffeeec724e3 Mon Sep 17 00:00:00 2001 From: toktik Date: Fri, 9 Nov 2018 19:33:15 +0400 Subject: [PATCH] Typing fix for Angular --- @types/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/@types/index.d.ts b/@types/index.d.ts index 933a0e65..f26438c8 100644 --- a/@types/index.d.ts +++ b/@types/index.d.ts @@ -1,3 +1,5 @@ +import * as PIXI from 'pixi.js/dist/pixi.js'; + declare namespace Viewport { type DirectionType = "all" | "x" | "y";