UNPKG

@npmxiaowu/h-ui-plus

Version:

Vue3 中基于Element-plus二次封装基础组件文档

17 lines (16 loc) 622 B
export declare function useExpose(): { TTable: import("vue").Ref<any, any>; clearSelection: () => any; getSelectionRows: () => any; toggleRowSelection: (row: any, selected?: boolean) => any; toggleAllSelection: () => any; toggleRowExpansion: (row: any, expanded: any) => any; setCurrentRow: (row: any) => any; clearSort: () => any; clearFilter: (columnKey: any) => any; doLayout: (columnKey: any) => any; sort: (prop: string, order: string) => any; scrollTo: (options: any, yCoord: any) => any; setScrollTop: (top: any) => any; setScrollLeft: (left: any) => any; };