@tb-dev/vue-components 7.1.1 → 7.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -8,7 +8,7 @@ declare function __VLS_template(): {
8
8
  };
9
9
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
10
  declare const __VLS_component: import('vue').DefineComponent<{
11
- class?: any;
11
+ class?: import('vue').ClassValue | undefined;
12
12
  disabled?: (boolean | "true" | "false") | undefined;
13
13
  label?: string | undefined | undefined;
14
14
  innerHTML?: string | undefined | undefined;
@@ -202,7 +202,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
202
202
  ref_for?: boolean | undefined | undefined;
203
203
  ref_key?: string | undefined | undefined;
204
204
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
205
- class?: any;
205
+ class?: import('vue').ClassValue | undefined;
206
206
  disabled?: (boolean | "true" | "false") | undefined;
207
207
  label?: string | undefined | undefined;
208
208
  innerHTML?: string | undefined | undefined;
@@ -8,7 +8,7 @@ declare function __VLS_template(): {
8
8
  };
9
9
  type __VLS_TemplateResult = ReturnType<typeof __VLS_template>;
10
10
  declare const __VLS_component: import('vue').DefineComponent<{
11
- class?: any;
11
+ class?: import('vue').ClassValue | undefined;
12
12
  disabled?: (boolean | "true" | "false") | undefined;
13
13
  label?: string | undefined | undefined;
14
14
  selected?: (boolean | "true" | "false") | undefined;
@@ -204,7 +204,7 @@ declare const __VLS_component: import('vue').DefineComponent<{
204
204
  ref_for?: boolean | undefined | undefined;
205
205
  ref_key?: string | undefined | undefined;
206
206
  }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
207
- class?: any;
207
+ class?: import('vue').ClassValue | undefined;
208
208
  disabled?: (boolean | "true" | "false") | undefined;
209
209
  label?: string | undefined | undefined;
210
210
  selected?: (boolean | "true" | "false") | undefined;