bt-core-app 1.4.75 → 1.4.76
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bt-core-app.js +2639 -2990
- package/dist/index.d.ts +0 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1358,8 +1358,6 @@ export declare interface UseNavigationOptions {
|
|
|
1358
1358
|
navItems?: NavigationItem[];
|
|
1359
1359
|
}
|
|
1360
1360
|
|
|
1361
|
-
export declare function useNotify(txt: string): Promise<undefined>;
|
|
1362
|
-
|
|
1363
1361
|
export declare function usePresets(preset?: string): any;
|
|
1364
1362
|
|
|
1365
1363
|
export declare function usePWA(): BTPWA;
|
package/package.json
CHANGED