UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

4 lines (3 loc) 223 B
import { Key } from 'react'; import { TableProps, GetRowKeyType } from '../interface'; export default function useExpand<T>(props: TableProps<T>, flattenData: any, getRowKey: GetRowKeyType<T>): [Key[], (key: Key) => void];