UNPKG

@ackplus/react-tanstack-data-table

Version:

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

11 lines 409 B
import { ReactElement } from 'react'; import { IconButtonProps, SxProps } from '@mui/material'; export interface TableSizeControlProps { iconButtonProps?: IconButtonProps; menuProps?: any; tooltipProps?: any; containerSx?: SxProps; [key: string]: any; } export declare function TableSizeControl(props?: TableSizeControlProps): ReactElement; //# sourceMappingURL=table-size-control.d.ts.map