eco-vue-js 0.5.20 → 0.5.21
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
|
|
1
1
|
import { type VNode } from 'vue';
|
2
2
|
declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimeProps<{
|
3
|
-
names?: string[] | undefined;
|
3
|
+
names?: string[] | Record<number, string> | undefined;
|
4
4
|
icons?: SVGComponent[] | Record<number, SVGComponent> | undefined;
|
5
5
|
slots?: VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
6
6
|
[key: string]: any;
|
@@ -20,7 +20,7 @@ declare const _default: import("vue").DefineComponent<__VLS_TypePropsToRuntimePr
|
|
20
20
|
"update:current": (value: number) => void;
|
21
21
|
"update:has-changes": (value: boolean) => void;
|
22
22
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
|
23
|
-
names?: string[] | undefined;
|
23
|
+
names?: string[] | Record<number, string> | undefined;
|
24
24
|
icons?: SVGComponent[] | Record<number, SVGComponent> | undefined;
|
25
25
|
slots?: VNode<import("vue").RendererNode, import("vue").RendererElement, {
|
26
26
|
[key: string]: any;
|