@eduzz/apps-toolbar
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -45,4 +45,4 @@ /* eslint-disable @typescript-eslint/naming-convention */ | ||
declare function Setup(params: IEduzzToolbarSetupParams): Promise<ReturnType<Window['EduzzAppsToolbar']>>; | ||
declare function EduzzToolbarSetup(params: IEduzzToolbarSetupParams): Promise<ReturnType<Window['EduzzAppsToolbar']>>; | ||
export default Setup; | ||
export default EduzzToolbarSetup; |
{ | ||
"name": "@eduzz/apps-toolbar", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -16,9 +16,10 @@ # Eduzz Apps Toolbar | ||
const toolbar = EduzzAppsToolbar({ | ||
EduzzAppsToolbar({ | ||
application: 'nutror', | ||
show: false //default false | ||
}).then(toolbar => { | ||
toolbar.show(); | ||
toolbar.setUser({/* user */}); | ||
//... | ||
}); | ||
// after | ||
toolbar.show(); | ||
``` | ||
@@ -25,0 +26,0 @@ |
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
882143
86