UNPKG

@sms-frontend/components

Version:

SMS 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];