bt-core-app 2.0.170 → 2.0.172

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/index.d.ts CHANGED
@@ -2616,6 +2616,7 @@ export declare interface UseNavigationOptions {
2616
2616
  getBackgroundURL?: (backgroundID?: string, backgroundName?: string) => string | undefined;
2617
2617
  menu?: BTCreateMenu;
2618
2618
  navItems?: NavigationItem[];
2619
+ router?: Router;
2619
2620
  updateNavItems?: boolean;
2620
2621
  }
2621
2622