@@ -116,7 +116,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
116
116
default: boolean ;
117
117
} ;
118
118
displayAppendIcon: {
119
- type: globalThis . PropType < import ( '../plugin/types' ) . VIconValue > ;
119
+ type: globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
120
120
default: undefined ;
121
121
} ;
122
122
displayAppendIconColor: {
@@ -128,7 +128,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
128
128
default: string ;
129
129
} ;
130
130
displayAppendInnerIcon: {
131
- type: globalThis . PropType < import ( '../plugin/types' ) . VIconValue > ;
131
+ type: globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
132
132
default: undefined ;
133
133
} ;
134
134
displayAppendInnerIconColor: {
@@ -140,7 +140,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
140
140
default: string ;
141
141
} ;
142
142
displayPrependIcon: {
143
- type: globalThis . PropType < import ( '../plugin/types' ) . VIconValue > ;
143
+ type: globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
144
144
default: undefined ;
145
145
} ;
146
146
displayPrependIconColor: {
@@ -152,7 +152,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
152
152
default: string ;
153
153
} ;
154
154
displayPrependInnerIcon: {
155
- type: globalThis . PropType < import ( '../plugin/types' ) . VIconValue > ;
155
+ type: globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
156
156
default: undefined ;
157
157
} ;
158
158
displayPrependInnerIconColor: {
@@ -355,7 +355,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
355
355
default : boolean ;
356
356
} ;
357
357
displayAppendIcon : {
358
- type : globalThis . PropType < import ( '../plugin/types' ) . VIconValue > ;
358
+ type : globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
359
359
default : undefined ;
360
360
} ;
361
361
displayAppendIconColor : {
@@ -367,7 +367,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
367
367
default : string ;
368
368
} ;
369
369
displayAppendInnerIcon : {
370
- type : globalThis . PropType < import ( '../plugin/types' ) . VIconValue > ;
370
+ type : globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
371
371
default : undefined ;
372
372
} ;
373
373
displayAppendInnerIconColor : {
@@ -379,7 +379,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
379
379
default : string ;
380
380
} ;
381
381
displayPrependIcon : {
382
- type : globalThis . PropType < import ( '../plugin/types' ) . VIconValue > ;
382
+ type : globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
383
383
default : undefined ;
384
384
} ;
385
385
displayPrependIconColor : {
@@ -391,7 +391,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
391
391
default : string ;
392
392
} ;
393
393
displayPrependInnerIcon : {
394
- type : globalThis . PropType < import ( '../plugin/types' ) . VIconValue > ;
394
+ type : globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
395
395
default : undefined ;
396
396
} ;
397
397
displayPrependInnerIconColor : {
@@ -500,16 +500,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
500
500
cell : boolean;
501
501
cellUnderlineFullWidth : boolean;
502
502
closeSiblings : boolean;
503
- displayAppendIcon : import ( '../plugin/types' ) . VIconValue ;
503
+ displayAppendIcon : string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ;
504
504
displayAppendIconColor : string;
505
505
displayAppendIconSize : string | number ;
506
- displayAppendInnerIcon : import ( '../plugin/types' ) . VIconValue ;
506
+ displayAppendInnerIcon : string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ;
507
507
displayAppendInnerIconColor : string;
508
508
displayAppendInnerIconSize : string | number ;
509
- displayPrependIcon : import ( '../plugin/types' ) . VIconValue ;
509
+ displayPrependIcon : string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ;
510
510
displayPrependIconColor : string;
511
511
displayPrependIconSize : string | number ;
512
- displayPrependInnerIcon : import ( '../plugin/types' ) . VIconValue ;
512
+ displayPrependInnerIcon : string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ;
513
513
displayPrependInnerIconColor : string;
514
514
displayPrependInnerIconSize : string | number ;
515
515
emptyText : string;
@@ -572,16 +572,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
572
572
color : string ;
573
573
density : "default" | "comfortable" | "compact" | null ;
574
574
disabled : boolean ;
575
- displayAppendIcon : import ( '../plugin/types' ) . VIconValue | undefined ;
575
+ displayAppendIcon : ( string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ) | undefined ;
576
576
displayAppendIconColor : string | undefined ;
577
577
displayAppendIconSize : string | number ;
578
- displayAppendInnerIcon : import ( '../plugin/types' ) . VIconValue | undefined ;
578
+ displayAppendInnerIcon : ( string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ) | undefined ;
579
579
displayAppendInnerIconColor : string | undefined ;
580
580
displayAppendInnerIconSize : string | number ;
581
- displayPrependIcon : import ( '../plugin/types' ) . VIconValue | undefined ;
581
+ displayPrependIcon : ( string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ) | undefined ;
582
582
displayPrependIconColor : string | undefined ;
583
583
displayPrependIconSize : string | number ;
584
- displayPrependInnerIcon : import ( '../plugin/types' ) . VIconValue | undefined ;
584
+ displayPrependInnerIcon : ( string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ) | undefined ;
585
585
displayPrependInnerIconColor : string | undefined ;
586
586
displayPrependInnerIconSize : string | number ;
587
587
emptyText : string ;
0 commit comments