@@ -116,7 +116,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
116116 default: boolean ;
117117 } ;
118118 displayAppendIcon: {
119- type: globalThis . PropType < import ( '../plugin/types' ) . VIconValue > ;
119+ type: globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
120120 default: undefined ;
121121 } ;
122122 displayAppendIconColor: {
@@ -128,7 +128,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
128128 default: string ;
129129 } ;
130130 displayAppendInnerIcon: {
131- type: globalThis . PropType < import ( '../plugin/types' ) . VIconValue > ;
131+ type: globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
132132 default: undefined ;
133133 } ;
134134 displayAppendInnerIconColor: {
@@ -140,7 +140,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
140140 default: string ;
141141 } ;
142142 displayPrependIcon: {
143- type: globalThis . PropType < import ( '../plugin/types' ) . VIconValue > ;
143+ type: globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
144144 default: undefined ;
145145 } ;
146146 displayPrependIconColor: {
@@ -152,7 +152,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
152152 default: string ;
153153 } ;
154154 displayPrependInnerIcon: {
155- type: globalThis . PropType < import ( '../plugin/types' ) . VIconValue > ;
155+ type: globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
156156 default: undefined ;
157157 } ;
158158 displayPrependInnerIconColor: {
@@ -355,7 +355,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
355355 default : boolean ;
356356 } ;
357357 displayAppendIcon : {
358- type : globalThis . PropType < import ( '../plugin/types' ) . VIconValue > ;
358+ type : globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
359359 default : undefined ;
360360 } ;
361361 displayAppendIconColor : {
@@ -367,7 +367,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
367367 default : string ;
368368 } ;
369369 displayAppendInnerIcon : {
370- type : globalThis . PropType < import ( '../plugin/types' ) . VIconValue > ;
370+ type : globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
371371 default : undefined ;
372372 } ;
373373 displayAppendInnerIconColor : {
@@ -379,7 +379,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
379379 default : string ;
380380 } ;
381381 displayPrependIcon : {
382- type : globalThis . PropType < import ( '../plugin/types' ) . VIconValue > ;
382+ type : globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
383383 default : undefined ;
384384 } ;
385385 displayPrependIconColor : {
@@ -391,7 +391,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
391391 default : string ;
392392 } ;
393393 displayPrependInnerIcon : {
394- type : globalThis . PropType < import ( '../plugin/types' ) . VIconValue > ;
394+ type : globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
395395 default : undefined ;
396396 } ;
397397 displayPrependInnerIconColor : {
@@ -500,16 +500,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
500500 cell : boolean;
501501 cellUnderlineFullWidth : boolean;
502502 closeSiblings : boolean;
503- displayAppendIcon : import ( '../plugin/types' ) . VIconValue ;
503+ displayAppendIcon : string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ;
504504 displayAppendIconColor : string;
505505 displayAppendIconSize : string | number ;
506- displayAppendInnerIcon : import ( '../plugin/types' ) . VIconValue ;
506+ displayAppendInnerIcon : string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ;
507507 displayAppendInnerIconColor : string;
508508 displayAppendInnerIconSize : string | number ;
509- displayPrependIcon : import ( '../plugin/types' ) . VIconValue ;
509+ displayPrependIcon : string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ;
510510 displayPrependIconColor : string;
511511 displayPrependIconSize : string | number ;
512- displayPrependInnerIcon : import ( '../plugin/types' ) . VIconValue ;
512+ displayPrependInnerIcon : string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ;
513513 displayPrependInnerIconColor : string;
514514 displayPrependInnerIconSize : string | number ;
515515 emptyText : string;
@@ -572,16 +572,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
572572 color : string ;
573573 density : "default" | "comfortable" | "compact" | null ;
574574 disabled : boolean ;
575- displayAppendIcon : import ( '../plugin/types' ) . VIconValue | undefined ;
575+ displayAppendIcon : ( string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ) | undefined ;
576576 displayAppendIconColor : string | undefined ;
577577 displayAppendIconSize : string | number ;
578- displayAppendInnerIcon : import ( '../plugin/types' ) . VIconValue | undefined ;
578+ displayAppendInnerIcon : ( string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ) | undefined ;
579579 displayAppendInnerIconColor : string | undefined ;
580580 displayAppendInnerIconSize : string | number ;
581- displayPrependIcon : import ( '../plugin/types' ) . VIconValue | undefined ;
581+ displayPrependIcon : ( string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ) | undefined ;
582582 displayPrependIconColor : string | undefined ;
583583 displayPrependIconSize : string | number ;
584- displayPrependInnerIcon : import ( '../plugin/types' ) . VIconValue | undefined ;
584+ displayPrependInnerIcon : ( string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ) | undefined ;
585585 displayPrependInnerIconColor : string | undefined ;
586586 displayPrependInnerIconSize : string | number ;
587587 emptyText : string ;
0 commit comments