UNPKG

@ackplus/react-tanstack-data-table

Version:

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

10 lines 493 B
import { ReactElement } from 'react'; import { IconButtonProps } from '@mui/material'; export interface ColumnResetControlProps { iconButtonProps?: IconButtonProps; tooltipProps?: any; resetActions?: ('columnOrder' | 'columnPinning' | 'columnSizing' | 'columnVisibility' | 'filters' | 'sorting' | 'pagination')[]; [key: string]: any; } export declare function ColumnResetControl(props?: ColumnResetControlProps): ReactElement; //# sourceMappingURL=column-reset-control.d.ts.map