Skip to content

Commit

Permalink
Missed exporting LogLevel definition.
Browse files Browse the repository at this point in the history
  • Loading branch information
soukoku committed Mar 4, 2019
1 parent a66d866 commit 20310bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions typings/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import './vue';
export { SignInType, createOidcAuth, OidcAuth } from './VueOidcAuth';
import './vue'
export { SignInType, createOidcAuth, OidcAuth, LogLevel } from './VueOidcAuth'

0 comments on commit 20310bd

Please sign in to comment.