UNPKG

@ackplus/react-tanstack-data-table

Version:

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

14 lines 542 B
import { IconButtonProps, OutlinedInputProps, SxProps } from '@mui/material'; import { ReactElement } from 'react'; export interface TableSearchControlProps { placeholder?: string; autoFocus?: boolean; searchIconProps?: IconButtonProps; clearIconProps?: IconButtonProps; inputProps?: OutlinedInputProps; containerSx?: SxProps; tooltipProps?: any; [key: string]: any; } export declare function TableSearchControl(props?: TableSearchControlProps): ReactElement; //# sourceMappingURL=table-search-control.d.ts.map