@@ -229,7 +229,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
229
229
default: string ;
230
230
} ;
231
231
clearIcon: {
232
- type: globalThis . PropType < string > ;
232
+ type: globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
233
+ default: string ;
233
234
} ;
234
235
rules: {
235
236
type: globalThis . PropType < readonly ( ( string | boolean ) | PromiseLike < string | boolean > | ( ( value : any ) => string | boolean ) | ( ( value : any ) => PromiseLike < string | boolean > ) ) [ ] > ;
@@ -467,7 +468,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
467
468
default : string ;
468
469
} ;
469
470
clearIcon : {
470
- type : globalThis . PropType < string > ;
471
+ type : globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
472
+ default : string ;
471
473
} ;
472
474
rules : {
473
475
type : globalThis . PropType < readonly ( ( string | boolean ) | PromiseLike < string | boolean > | ( ( value : any ) => string | boolean ) | ( ( value : any ) => PromiseLike < string | boolean > ) ) [ ] > ;
@@ -530,15 +532,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
530
532
underlineWidth : string;
531
533
underlined : boolean;
532
534
valueColor : string;
535
+ clearIcon : string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ;
533
536
} , { } > , Partial < Record < NonNullable < string | number > , ( _ : any ) => any > > & {
534
537
default ?( _ : {
535
538
loading : boolean ;
536
539
modelValue : any ;
537
540
originalValue : any ;
538
- clearIcon : string | undefined ;
539
541
rules : readonly ( ( string | boolean ) | ( ( value : any ) => string | boolean ) | ( ( value : any ) => PromiseLike < string | boolean > ) | {
540
542
then : < TResult1 = string | boolean , TResult2 = never > ( onfulfilled ?: ( ( value : string | boolean ) => TResult1 | PromiseLike < TResult1 > ) | null | undefined , onrejected ?: ( ( reason : any ) => TResult2 | PromiseLike < TResult2 > ) | null | undefined ) => PromiseLike < TResult1 | TResult2 > ;
541
543
} ) [ ] | undefined ;
544
+ clearIcon : string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ;
542
545
truncateLength : number | undefined ;
543
546
truncateSuffix : string ;
544
547
variant : "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled" ;
0 commit comments