bt-core-app 2.0.155 → 2.0.157
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 +1607 -1607
- package/dist/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2567,6 +2567,7 @@ export declare function useNavBack(): {
|
|
|
2567
2567
|
export declare function useNavigation(): BTNavigation;
|
|
2568
2568
|
|
|
2569
2569
|
export declare interface UseNavigationOptions {
|
|
2570
|
+
defaultBackgroundName?: string;
|
|
2570
2571
|
defaultCacheExpiryHours?: number;
|
|
2571
2572
|
/**for overriding getting the display name */
|
|
2572
2573
|
getDisplayName?: (navItem: NavigationItem) => string | undefined;
|
package/package.json
CHANGED