Resolve TypeScript Error (#12315)

This commit is contained in:
Keith Wade 2016-11-01 09:08:06 -05:00 committed by Masahiro Wakame
parent a76622b9f9
commit 70e5807754

View File

@ -122,5 +122,5 @@ interface Auth0LockStatic {
declare var Auth0Lock: Auth0LockStatic;
declare module "auth0-lock" {
export = Auth0Lock;
export default Auth0Lock;
}