@feedmepos/mf-common 1.1.1 → 1.2.0
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/App.vue.d.ts +8 -1
- package/dist/app.d.ts +125 -648
- package/dist/app.js +3035 -3011
- package/dist/auth.d.ts +2 -9
- package/dist/store.d.ts +38 -219
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/App.vue.d.ts
CHANGED
@@ -1,2 +1,9 @@
|
|
1
|
-
declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}
|
1
|
+
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>, {
|
2
|
+
apps?(_: {}): any;
|
3
|
+
}>;
|
2
4
|
export default _default;
|
5
|
+
type __VLS_WithTemplateSlots<T, S> = T & {
|
6
|
+
new (): {
|
7
|
+
$slots: S;
|
8
|
+
};
|
9
|
+
};
|