UNPKG

@ackplus/react-tanstack-data-table

Version:

A powerful React data table component built with MUI and TanStack Table

16 lines 546 B
import { IconButtonProps, SxProps } from '@mui/material'; import { ReactElement } from 'react'; export interface ColumnFilterControlProps { title?: string; titleSx?: SxProps; menuSx?: SxProps; iconButtonProps?: IconButtonProps; badgeProps?: any; clearButtonProps?: any; applyButtonProps?: any; addButtonProps?: any; logicSelectProps?: any; [key: string]: any; } export declare function ColumnFilterControl(props?: ColumnFilterControlProps): ReactElement; //# sourceMappingURL=column-filter-control.d.ts.map