UNPKG

@ackplus/react-tanstack-data-table

Version:

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

13 lines 445 B
import { IconButtonProps, SxProps } from '@mui/material'; export interface ColumnPinningControlProps { title?: string; titleSx?: SxProps; menuSx?: SxProps; iconButtonProps?: IconButtonProps; tooltipProps?: any; badgeProps?: any; clearButtonProps?: any; [key: string]: any; } export declare function ColumnPinningControl(props?: ColumnPinningControlProps): any; //# sourceMappingURL=column-pinning-control.d.ts.map