UNPKG

vue-devui

Version:

DevUI components based on Vite and Vue3

5 lines (4 loc) 232 B
import type { Ref } from 'vue'; import { DefaultRow, ITable } from '../table-types'; import { UseExpand } from './store-types'; export declare function useExpand(dataSource: Ref<DefaultRow[]>, table: ITable<DefaultRow>): UseExpand;