@wx-design/components 0.1.2 → 0.1.5

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.
@@ -1,5 +1,5 @@
1
1
  import { VxeTableInstance } from "vxe-table";
2
- import { SabTableProps } from "./types/index";
2
+ import { SabTableProps } from "./types";
3
3
  declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<SabTableProps>, Partial<SabTableProps>>, {
4
4
  $?: import("vue").ComponentInternalInstance | undefined;
5
5
  $data?: {} | undefined;
@@ -507,7 +507,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
507
507
  size: import("vxe-table").SizeType;
508
508
  cellClassName: import("vxe-table").VxeTablePropTypes.CellClassName<import("vxe-table").VxeTableDataRow>;
509
509
  editable: boolean;
510
- columns: Partial<import("./types/column").SabColumnProps<import("vxe-table").VxeTableDataRow>>[];
510
+ columns: Partial<import("./types").SabColumnProps<import("vxe-table").VxeTableDataRow>>[];
511
511
  loading: boolean;
512
512
  round: boolean;
513
513
  height: import("vxe-table").VxeTablePropTypes.Height;