UNPKG

@ackplus/react-tanstack-data-table

Version:

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

12 lines 402 B
import { IconButtonProps, SxProps } from '@mui/material'; interface TableExportControlProps { exportFilename?: string; iconButtonProps?: IconButtonProps; tooltipProps?: any; menuSx?: SxProps; menuItemProps?: any; [key: string]: any; } export declare function TableExportControl(props?: TableExportControlProps): any; export {}; //# sourceMappingURL=table-export-control.d.ts.map