@@ -91,6 +91,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
91
91
tag : string ;
92
92
mode : "rgba" | "rgb" | "hsl" | "hsla" | "hex" | "hexa" ;
93
93
rounded : string | number | boolean ;
94
+ tile : boolean ;
94
95
dotSize : string | number ;
95
96
modes : readonly ( "rgba" | "rgb" | "hsl" | "hsla" | "hex" | "hexa" ) [ ] ;
96
97
canvasHeight : string | number ;
@@ -111,6 +112,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
111
112
readonly swatchesMaxHeight : string | number ;
112
113
readonly tag : string ;
113
114
readonly style : globalThis . StyleValue ;
115
+ readonly tile : boolean ;
114
116
readonly width : NonNullable < string | number > ;
115
117
readonly disabled : boolean ;
116
118
readonly color ?: string | undefined ;
@@ -168,6 +170,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
168
170
type : ( BooleanConstructor | StringConstructor | NumberConstructor ) [ ] ;
169
171
default : undefined ;
170
172
} ;
173
+ tile : BooleanConstructor ;
171
174
canvasHeight : {
172
175
type : ( StringConstructor | NumberConstructor ) [ ] ;
173
176
default : number ;
@@ -217,7 +220,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
217
220
} >> & {
218
221
"onUpdate:modelValue" ?: ( ( color : any ) => any ) | undefined ;
219
222
"onUpdate:mode" ?: ( ( mode : "rgba" | "rgb" | "hsl" | "hsla" | "hex" | "hexa" ) => any ) | undefined ;
220
- } , "canvasHeight" | "dotSize" | "hideCanvas" | "hideInputs" | "hideSliders" | "mode" | "modes" | "showSwatches" | "swatchesMaxHeight" | "tag" | "style" | "rounded" | "width" | "disabled" > ;
223
+ } , "canvasHeight" | "dotSize" | "hideCanvas" | "hideInputs" | "hideSliders" | "mode" | "modes" | "showSwatches" | "swatchesMaxHeight" | "tag" | "style" | "rounded" | "tile" | " width" | "disabled" > ;
221
224
density : "default " | "comfortable" | "compact" | null ;
222
225
hint : string;
223
226
iconHoverColor : string | boolean ;
0 commit comments