@@ -229,7 +229,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
229229 default: string ;
230230 } ;
231231 clearIcon: {
232- type: globalThis . PropType < string > ;
232+ type: globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
233+ default: string ;
233234 } ;
234235 rules: {
235236 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<{
467468 default : string ;
468469 } ;
469470 clearIcon : {
470- type : globalThis . PropType < string > ;
471+ type : globalThis . PropType < string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent > ;
472+ default : string ;
471473 } ;
472474 rules : {
473475 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<{
530532 underlineWidth : string;
531533 underlined : boolean;
532534 valueColor : string;
535+ clearIcon : string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ;
533536} , { } > , Partial < Record < NonNullable < string | number > , ( _ : any ) => any > > & {
534537 default ?( _ : {
535538 loading : boolean ;
536539 modelValue : any ;
537540 originalValue : any ;
538- clearIcon : string | undefined ;
539541 rules : readonly ( ( string | boolean ) | ( ( value : any ) => string | boolean ) | ( ( value : any ) => PromiseLike < string | boolean > ) | {
540542 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 > ;
541543 } ) [ ] | undefined ;
544+ clearIcon : string | ( string | [ path : string , opacity : number ] ) [ ] | import ( "vue" ) . JSXComponent ;
542545 truncateLength : number | undefined ;
543546 truncateSuffix : string ;
544547 variant : "outlined" | "plain" | "underlined" | "filled" | "solo" | "solo-inverted" | "solo-filled" ;
0 commit comments