智慧水务管理系统 - 精河县供水工程综合管理平台

1234567891011121314151617
  1. import { SFCWithInstall } from "../../utils/vue/typescript.js";
  2. import { TableColumnCtx } from "./src/table-column/defaults.js";
  3. import { CellCls, CellStyle, ColumnCls, ColumnStyle, Filter, RenderRowData, Sort, SummaryMethod, Table, TableConfigContext, TableEmits, TableProps, TableRefs, TableTooltipData, TreeNode } from "./src/table/defaults.js";
  4. import _default from "./src/table.vue.js";
  5. import _default$1 from "./src/table-column/index.vue.js";
  6. import { ComponentInstance } from "vue";
  7. import { ComponentExposed } from "vue-component-type-helpers";
  8. //#region ../../packages/components/table/index.d.ts
  9. declare const ElTable: SFCWithInstall<typeof _default> & {
  10. TableColumn: typeof _default$1;
  11. };
  12. declare const ElTableColumn: SFCWithInstall<typeof _default$1>;
  13. type TableInstance = ComponentInstance<typeof _default> & ComponentExposed<typeof _default>;
  14. type TableColumnInstance = ComponentInstance<typeof _default$1> & ComponentExposed<typeof _default$1>;
  15. //#endregion
  16. export { type CellCls, type CellStyle, type ColumnCls, type ColumnStyle, ElTable, ElTable as default, ElTableColumn, type Filter, type RenderRowData, type Sort, type SummaryMethod, type Table, type TableColumnCtx, TableColumnInstance, type TableConfigContext, type TableEmits, TableInstance, type TableProps, type TableRefs, type TableTooltipData, type TreeNode };