UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

4 lines (3 loc) 552 B
import { ColumnComponentProps } from '../interface'; declare function Column<T>({ onSort, onFilter, onHandleFilter, onHandleFilterReset, currentFilters, currentSorter, _key, dataIndex, title, sorter, sortDirections, filters, columnFixedStyle, className, cellStyle, headerCellStyle, rowSpan, colSpan, headerCellProps, prefixCls, align, components, filterIcon, filterDropdown, filterMultiple, ellipsis, filterDropdownProps, onFilterDropdownVisibleChange, column, showSorterTooltip, index, }: ColumnComponentProps<T>): JSX.Element; export default Column;