@ackplus/react-tanstack-data-table
Version:
A powerful React data table component built with MUI and TanStack Table
11 lines • 440 B
TypeScript
import { CheckboxProps, SxProps, FormControlLabelProps } from '@mui/material';
export interface ColumnVisibilityControlProps {
title?: string;
titleSx?: SxProps;
menuSx?: SxProps;
checkboxProps?: CheckboxProps;
labelProps?: FormControlLabelProps;
[key: string]: any;
}
export declare function ColumnVisibilityControl(props?: ColumnVisibilityControlProps): any;
//# sourceMappingURL=column-visibility-control.d.ts.map