From 70e5807754e5104f76bfe61430848d46f087928f Mon Sep 17 00:00:00 2001 From: Keith Wade Date: Tue, 1 Nov 2016 09:08:06 -0500 Subject: [PATCH] Resolve TypeScript Error (#12315) --- auth0-lock/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth0-lock/index.d.ts b/auth0-lock/index.d.ts index 5d53fd8dc3..e9d7420917 100644 --- a/auth0-lock/index.d.ts +++ b/auth0-lock/index.d.ts @@ -122,5 +122,5 @@ interface Auth0LockStatic { declare var Auth0Lock: Auth0LockStatic; declare module "auth0-lock" { - export = Auth0Lock; + export default Auth0Lock; }