From 48ee44a34b44822bd0a0d7980a097036fa15c86f Mon Sep 17 00:00:00 2001 From: qfx Date: Wed, 19 Feb 2020 23:14:40 +0200 Subject: [PATCH] typ --- init.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.d.ts b/init.d.ts index 96767aa..f3c5c03 100644 --- a/init.d.ts +++ b/init.d.ts @@ -28,6 +28,6 @@ interface HeliumElement{ declare function HeliumLoader(filepath:string):(params:parameters, w:number, h:number)=>HeliumElement; export module helium{ - export let input: typeof import("./helium/core/input") ; + export let input: typeof import("./core/input") ; } export function helium(chunk:(params:T,state:state,view:view)=>()=>void):(params:T, w:number, h:number)=>HeliumElement;