UNPKG

@maherunlocker/custom-react-table

Version:

**Custom-react-table** is based on <code>React-Table v7</code>: collection of hooks for **building powerful tables and datagrid experiences**. These hooks are lightweight, composable, and ultra-extensible, but **do not render any markup or styles for you*

10 lines (9 loc) 330 B
/// <reference types="react" /> declare type FilterModalMobileProps = { instance: any; onClose?: () => void; setLocalFilterActive: any; filterActive?: boolean; }; export default function FilterModalMobile({ instance, filterActive, setLocalFilterActive, }: FilterModalMobileProps): JSX.Element; export {};