UNPKG

react-antd-admin-panel

Version:

Easy prototyping admin panel using React and Antd

11 lines (10 loc) 415 B
import React from "react"; declare const handleSearchProps: (col: any, props: { filteredInfo: any; }) => { filterDropdown: ({ setSelectedKeys, selectedKeys, confirm, clearFilters }: any) => React.JSX.Element; filterIcon: (filtered: any) => React.JSX.Element; onFilterDropdownVisibleChange: (visible: any) => void; onFilter: (value: any, record: any) => any; }; export default handleSearchProps;