@maxtropy/v-components 0.1.12-beta.1 → 0.1.12-beta.3
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/mx-vcomponents.es.js +2107 -2102
- package/dist/types/utils/micro.d.ts +4 -1
- package/package.json +1 -1
|
@@ -1,6 +1,9 @@
|
|
|
1
|
+
import type { Router } from 'vue-router';
|
|
1
2
|
export declare function getBase(): string;
|
|
2
3
|
export declare function getMicroAppBaseRoute(): string;
|
|
3
|
-
export declare function microAppRewrite(
|
|
4
|
+
export declare function microAppRewrite({ router }: {
|
|
5
|
+
router: Router;
|
|
6
|
+
}): void;
|
|
4
7
|
declare const _default: {
|
|
5
8
|
getBase: typeof getBase;
|
|
6
9
|
getMicroAppBaseRoute: typeof getMicroAppBaseRoute;
|