@wx-design/components 1.1.30 → 1.1.32

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.
@@ -122,6 +122,7 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_WithDefaults<
122
122
  autoColumnWidth: boolean;
123
123
  rowBackgroundHighlight: boolean;
124
124
  tableSetConfig: Partial<import("../../types/table").TableSetProps>;
125
+ reloadWithDestroy: boolean;
125
126
  }, {}>;
126
127
  declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
127
128
  export default _default;