@frontegg/types
Advanced tools
Comparing version 4.0.0-alpha.6 to 4.0.0-alpha.7
@@ -5,8 +5,10 @@ import { EnhancedStore } from '@frontegg/redux-store'; | ||
loading: boolean; | ||
customElementName: string; | ||
store: EnhancedStore; | ||
rootEl: HTMLElement; | ||
loginBoxEl: HTMLElement; | ||
adminPortalEl: HTMLElement; | ||
adminPortalEl?: HTMLElement; | ||
loginBoxEl?: HTMLElement; | ||
adminPortalContainer?: HTMLElement; | ||
loginBoxContainer?: HTMLElement; | ||
options: FronteggAppOptions; | ||
close: () => void; | ||
} |
{ | ||
"name": "@frontegg/types", | ||
"version": "4.0.0-alpha.6", | ||
"version": "4.0.0-alpha.7", | ||
"types": "dist/index.d.ts", | ||
@@ -5,0 +5,0 @@ "author": "Frontegg LTD", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50749
1132