UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

5 lines (4 loc) 358 B
import type { AnyObject } from '../../_util/type'; import type { ColumnTitleProps, FilterValue } from '../interface'; declare const useColumnTitleProps: <RecordType extends AnyObject = AnyObject>(sorterTitleProps: ColumnTitleProps<RecordType>, filters: Record<string, FilterValue | null>) => ColumnTitleProps<RecordType>; export default useColumnTitleProps;