star-horse-lowcode 3.1.11 → 3.1.12

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.
@@ -6,7 +6,7 @@ declare var __VLS_73: {
6
6
  prop: any;
7
7
  condition: any;
8
8
  disabled: boolean;
9
- }, __VLS_147: {
9
+ }, __VLS_153: {
10
10
  item: any;
11
11
  valueKey: string;
12
12
  prop: any;
@@ -16,7 +16,7 @@ declare var __VLS_73: {
16
16
  type __VLS_Slots = {} & {
17
17
  'value-input'?: (props: typeof __VLS_73) => any;
18
18
  } & {
19
- 'value-input'?: (props: typeof __VLS_147) => any;
19
+ 'value-input'?: (props: typeof __VLS_153) => any;
20
20
  };
21
21
  declare const __VLS_base: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
22
22
  /** Property name options for dropdown (SelectOption[] or string[]) */