@omnia/tooling-vue 8.0.530-dev → 8.0.532-dev
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.
|
@@ -5458,15 +5458,13 @@ declare global {
|
|
|
5458
5458
|
};
|
|
5459
5459
|
} : typeof wc4a4631845ea24fbb8cabdbb9b06772da;
|
|
5460
5460
|
};
|
|
5461
|
-
"
|
|
5462
|
-
|
|
5463
|
-
|
|
5464
|
-
|
|
5465
|
-
|
|
5466
|
-
|
|
5467
|
-
|
|
5468
|
-
} : typeof wcd0b8420c01d54ab28be011c92c8f0d24;
|
|
5469
|
-
};
|
|
5461
|
+
"logo": typeof wcd0b8420c01d54ab28be011c92c8f0d24 extends {
|
|
5462
|
+
propsDefinition: infer TProp;
|
|
5463
|
+
} ? {
|
|
5464
|
+
new (...args: any[]): {
|
|
5465
|
+
$props: TProp & Omit<VueComponentBaseProps, keyof TProp>;
|
|
5466
|
+
};
|
|
5467
|
+
} : typeof wcd0b8420c01d54ab28be011c92c8f0d24;
|
|
5470
5468
|
"main": typeof wc1ed9f2ec3580492cb211d719c9b15ad1 extends {
|
|
5471
5469
|
propsDefinition: infer TProp;
|
|
5472
5470
|
} ? {
|