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; }