UNPKG

xbpr

Version:

xbp react ui by @arco-design/web-react

4 lines (3 loc) 195 B
import { InternalColumnProps, TableProps } from '../interface'; declare function useColumns<T>(props: TableProps<T>): [InternalColumnProps[][], InternalColumnProps[]]; export default useColumns;