import * as react from 'react';
import { HTMLProps, MutableRefObject, Dispatch, SetStateAction, ReactNode, RefObject, ChangeEvent, MouseEvent, DragEventHandler } from 'react';
import * as _tanstack_react_table from '@tanstack/react-table';
import { Row, ColumnFiltersState, ColumnOrderState, ColumnPinningState, ColumnSizingInfoState, ColumnSizingState, ExpandedState, GroupingState, PaginationState, RowSelectionState, SortingState, Updater, VisibilityState, AccessorFn, DeepKeys, DeepValue, Table, TableState, ColumnDef, Column, Header, HeaderGroup, Cell, AggregationFn, SortingFn, FilterFn, TableOptions, OnChangeFn, Renderable, RowPinningPosition } from '@tanstack/react-table';
import { VirtualItem, VirtualizerOptions, Virtualizer } from '@tanstack/react-virtual';
import { PaginationProps, ActionIconProps, UnstyledButtonProps, MultiSelectProps, TextInputProps, AutocompleteProps, RangeSliderProps, SelectProps, TableTdProps, TableThProps, BoxProps, ModalProps, CheckboxProps, HighlightProps, LoadingOverlayProps, PaperProps, ProgressProps, RadioProps, SwitchProps, SkeletonProps, TableTbodyProps, TableTrProps, TableTfootProps, TableTheadProps, TableProps, BadgeProps, AlertProps, MantineTheme, FlexProps, MenuProps } from '@mantine/core';
import { DateInputProps } from '@mantine/dates';
import { RankingInfo } from '@tanstack/match-sorter-utils';
import * as _tabler_icons_react from '@tabler/icons-react';
import * as react_jsx_runtime from 'react/jsx-runtime';
declare const MRT_AggregationFns: {
sum: _tanstack_react_table.AggregationFn;
min: _tanstack_react_table.AggregationFn;
max: _tanstack_react_table.AggregationFn;
extent: _tanstack_react_table.AggregationFn;
mean: _tanstack_react_table.AggregationFn;
median: _tanstack_react_table.AggregationFn;
unique: _tanstack_react_table.AggregationFn;
uniqueCount: _tanstack_react_table.AggregationFn;
count: _tanstack_react_table.AggregationFn;
};
declare const MRT_FilterFns: {
between: {
(row: Row, id: string, filterValues: [number | string, number | string]): boolean;
autoRemove(val: any): boolean;
};
betweenInclusive: {
(row: Row, id: string, filterValues: [number | string, number | string]): boolean;
autoRemove(val: any): boolean;
};
contains: {
(row: Row, id: string, filterValue: number | string): boolean;
autoRemove(val: any): boolean;
};
empty: {
(row: Row, id: string, _filterValue: number | string): boolean;
autoRemove(val: any): boolean;
};
endsWith: {
(row: Row, id: string, filterValue: number | string): boolean;
autoRemove(val: any): boolean;
};
equals: {
(row: Row, id: string, filterValue: number | string): boolean;
autoRemove(val: any): boolean;
};
fuzzy: {
(row: Row, columnId: string, filterValue: number | string, addMeta: (item: RankingInfo) => void): boolean;
autoRemove(val: any): boolean;
};
greaterThan: {
(row: Row, id: string, filterValue: number | string): boolean;
autoRemove(val: any): boolean;
};
greaterThanOrEqualTo: {
(row: Row, id: string, filterValue: number | string): boolean;
autoRemove(val: any): boolean;
};
lessThan: {
(row: Row, id: string, filterValue: number | string): boolean;
autoRemove(val: any): boolean;
};
lessThanOrEqualTo: {
(row: Row, id: string, filterValue: number | string): boolean;
autoRemove(val: any): boolean;
};
notEmpty: {
(row: Row, id: string, _filterValue: number | string): boolean;
autoRemove(val: any): boolean;
};
notEquals: {
(row: Row, id: string, filterValue: number | string): boolean;
autoRemove(val: any): boolean;
};
startsWith: {
(row: Row, id: string, filterValue: number | string): boolean;
autoRemove(val: any): boolean;
};
includesString: _tanstack_react_table.FilterFn;
includesStringSensitive: _tanstack_react_table.FilterFn;
equalsString: _tanstack_react_table.FilterFn;
arrIncludes: _tanstack_react_table.FilterFn;
arrIncludesAll: _tanstack_react_table.FilterFn;
arrIncludesSome: _tanstack_react_table.FilterFn;
weakEquals: _tanstack_react_table.FilterFn;
inNumberRange: _tanstack_react_table.FilterFn;
};
declare function localizedFilterOption(localization: MRT_Localization, option: MRT_FilterOption): string;
declare const MRT_SortingFns: {
fuzzy: (rowA: Row, rowB: Row, columnId: string) => number;
alphanumeric: _tanstack_react_table.SortingFn;
alphanumericCaseSensitive: _tanstack_react_table.SortingFn;
text: _tanstack_react_table.SortingFn;
textCaseSensitive: _tanstack_react_table.SortingFn;
datetime: _tanstack_react_table.SortingFn;
basic: _tanstack_react_table.SortingFn;
};
declare const rankGlobalFuzzy: (rowA: MRT_Row, rowB: MRT_Row) => number;
declare const MRT_Default_Icons: {
readonly IconArrowAutofitContent: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconArrowsSort: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconBaselineDensityLarge: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconBaselineDensityMedium: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconBaselineDensitySmall: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconBoxMultiple: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconChevronDown: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconChevronLeft: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconChevronLeftPipe: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconChevronRight: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconChevronRightPipe: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconChevronsDown: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconCircleX: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconClearAll: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconColumns: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconDeviceFloppy: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconDots: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconDotsVertical: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconEdit: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconEyeOff: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconFilter: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconFilterCog: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconFilterOff: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconGripHorizontal: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconMaximize: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconMinimize: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconPinned: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconPinnedOff: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconSearch: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconSearchOff: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconSortAscending: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconSortDescending: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
readonly IconX: react.ForwardRefExoticComponent<_tabler_icons_react.IconProps & react.RefAttributes<_tabler_icons_react.Icon>>;
};
type MRT_Icons = Record;
type LiteralUnion = T | (U & Record);
type Prettify = {
[K in keyof T]: T[K];
} & unknown;
type Xor = Prettify | Prettify;
type HTMLPropsRef = Omit, 'color' | 'data' | 'label' | 'ref' | 'size' | 'style' | 'type'> & {
ref?: MutableRefObject | null;
};
type MantineShade = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9;
type MRT_PaginationProps = Partial & {
rowsPerPageOptions?: string[];
showRowsPerPage?: boolean;
};
type MRT_DensityState = 'md' | 'xl' | 'xs';
type MRT_ColumnFilterFnsState = Record;
type MRT_RowData = Record;
type MRT_CellValue = unknown;
type MRT_ColumnFiltersState = ColumnFiltersState;
type MRT_ColumnOrderState = ColumnOrderState;
type MRT_ColumnPinningState = ColumnPinningState;
type MRT_ColumnSizingInfoState = ColumnSizingInfoState;
type MRT_ColumnSizingState = ColumnSizingState;
type MRT_ExpandedState = ExpandedState;
type MRT_GroupingState = GroupingState;
type MRT_PaginationState = PaginationState;
type MRT_RowSelectionState = RowSelectionState;
type MRT_SortingState = SortingState;
type MRT_Updater = Updater;
type MRT_VirtualItem = VirtualItem;
type MRT_VisibilityState = VisibilityState;
type MRT_VirtualizerOptions = VirtualizerOptions;
type MRT_ColumnVirtualizer = Virtualizer & {
virtualColumns: MRT_VirtualItem[];
virtualPaddingLeft?: number;
virtualPaddingRight?: number;
};
type MRT_RowVirtualizer = Virtualizer & {
virtualRows: MRT_VirtualItem[];
};
type MRT_ColumnHelper = {
accessor: | DeepKeys, TValue extends TAccessor extends AccessorFn ? TReturn : TAccessor extends DeepKeys ? DeepValue : never>(accessor: TAccessor, column: MRT_DisplayColumnDef) => MRT_ColumnDef;
display: (column: MRT_DisplayColumnDef) => MRT_ColumnDef;
group: (column: MRT_GroupColumnDef) => MRT_ColumnDef;
};
interface MRT_Localization {
actions: string;
and: string;
cancel: string;
changeFilterMode: string;
changeSearchMode: string;
clearFilter: string;
clearSearch: string;
clearSelection: string;
clearSort: string;
clickToCopy: string;
collapse: string;
collapseAll: string;
columnActions: string;
copiedToClipboard: string;
copy: string;
dropToGroupBy: string;
edit: string;
expand: string;
expandAll: string;
filterArrIncludes: string;
filterArrIncludesAll: string;
filterArrIncludesSome: string;
filterBetween: string;
filterBetweenInclusive: string;
filterByColumn: string;
filterContains: string;
filterEmpty: string;
filterEndsWith: string;
filterEquals: string;
filterEqualsString: string;
filterFuzzy: string;
filterGreaterThan: string;
filterGreaterThanOrEqualTo: string;
filterInNumberRange: string;
filterIncludesString: string;
filterIncludesStringSensitive: string;
filterLessThan: string;
filterLessThanOrEqualTo: string;
filterMode: string;
filterNotEmpty: string;
filterNotEquals: string;
filterStartsWith: string;
filterWeakEquals: string;
filteringByColumn: string;
goToFirstPage: string;
goToLastPage: string;
goToNextPage: string;
goToPreviousPage: string;
grab: string;
groupByColumn: string;
groupedBy: string;
hideAll: string;
hideColumn: string;
max: string;
min: string;
move: string;
noRecordsToDisplay: string;
noResultsFound: string;
of: string;
or: string;
pin: string;
pinToLeft: string;
pinToRight: string;
resetColumnSize: string;
resetOrder: string;
rowActions: string;
rowNumber: string;
rowNumbers: string;
rowsPerPage: string;
save: string;
search: string;
select: string;
selectedCountOfRowCountRowsSelected: string;
showAll: string;
showAllColumns: string;
showHideColumns: string;
showHideFilters: string;
showHideSearch: string;
sortByColumnAsc: string;
sortByColumnDesc: string;
sortedByColumnAsc: string;
sortedByColumnDesc: string;
thenBy: string;
toggleDensity: string;
toggleFullScreen: string;
toggleSelectAll: string;
toggleSelectRow: string;
toggleVisibility: string;
ungroupByColumn: string;
unpin: string;
unpinAll: string;
}
interface MRT_RowModel {
flatRows: MRT_Row[];
rows: MRT_Row[];
rowsById: {
[key: string]: MRT_Row;
};
}
type MRT_TableInstance = Omit, 'getAllColumns' | 'getAllFlatColumns' | 'getAllLeafColumns' | 'getBottomRows' | 'getCenterLeafColumns' | 'getCenterRows' | 'getColumn' | 'getExpandedRowModel' | 'getFlatHeaders' | 'getHeaderGroups' | 'getLeftLeafColumns' | 'getPaginationRowModel' | 'getPreFilteredRowModel' | 'getPrePaginationRowModel' | 'getRightLeafColumns' | 'getRowModel' | 'getSelectedRowModel' | 'getState' | 'getTopRows' | 'options'> & {
getAllColumns: () => MRT_Column[];
getAllFlatColumns: () => MRT_Column[];
getAllLeafColumns: () => MRT_Column[];
getBottomRows: () => MRT_Row[];
getCenterLeafColumns: () => MRT_Column[];
getCenterRows: () => MRT_Row[];
getColumn: (columnId: string) => MRT_Column;
getExpandedRowModel: () => MRT_RowModel;
getFilteredSelectedRowModel: () => MRT_RowModel;
getFlatHeaders: () => MRT_Header[];
getHeaderGroups: () => MRT_HeaderGroup[];
getLeftLeafColumns: () => MRT_Column[];
getPaginationRowModel: () => MRT_RowModel;
getPreFilteredRowModel: () => MRT_RowModel;
getPrePaginationRowModel: () => MRT_RowModel;
getRightLeafColumns: () => MRT_Column[];
getRowModel: () => MRT_RowModel;
getSelectedRowModel: () => MRT_RowModel;
getState: () => MRT_TableState;
getTopRows: () => MRT_Row[];
options: MRT_StatefulTableOptions;
refs: {
bottomToolbarRef: MutableRefObject;
editInputRefs: MutableRefObject>;
filterInputRefs: MutableRefObject>;
lastSelectedRowId: MutableRefObject;
searchInputRef: MutableRefObject;
tableContainerRef: MutableRefObject;
tableFooterRef: MutableRefObject;
tableHeadCellRefs: MutableRefObject>;
tableHeadRef: MutableRefObject;
tablePaperRef: MutableRefObject;
topToolbarRef: MutableRefObject;
};
setColumnFilterFns: Dispatch>;
setCreatingRow: Dispatch | null | true>>;
setDensity: Dispatch>;
setDraggingColumn: Dispatch | null>>;
setDraggingRow: Dispatch | null>>;
setEditingCell: Dispatch | null>>;
setEditingRow: Dispatch | null>>;
setGlobalFilterFn: Dispatch>;
setHoveredColumn: Dispatch> | null>>;
setHoveredRow: Dispatch> | null>>;
setIsFullScreen: Dispatch>;
setShowAlertBanner: Dispatch>;
setShowColumnFilters: Dispatch>;
setShowGlobalFilter: Dispatch>;
setShowToolbarDropZone: Dispatch>;
};
type MRT_DefinedTableOptions = Omit, 'icons' | 'localization'> & {
icons: MRT_Icons;
localization: MRT_Localization;
};
type MRT_StatefulTableOptions = MRT_DefinedTableOptions & {
state: Pick, 'columnFilterFns' | 'columnOrder' | 'columnSizingInfo' | 'creatingRow' | 'density' | 'draggingColumn' | 'draggingRow' | 'editingCell' | 'editingRow' | 'globalFilterFn' | 'grouping' | 'hoveredColumn' | 'hoveredRow' | 'isFullScreen' | 'pagination' | 'showAlertBanner' | 'showColumnFilters' | 'showGlobalFilter' | 'showToolbarDropZone'>;
};
type MRT_TableState = Prettify | null;
density: MRT_DensityState;
draggingColumn: MRT_Column | null;
draggingRow: MRT_Row | null;
editingCell: MRT_Cell | null;
editingRow: MRT_Row | null;
globalFilterFn: MRT_FilterOption;
hoveredColumn: Partial> | null;
hoveredRow: Partial> | null;
isFullScreen: boolean;
isLoading: boolean;
isSaving: boolean;
showAlertBanner: boolean;
showColumnFilters: boolean;
showGlobalFilter: boolean;
showLoadingOverlay: boolean;
showProgressBars: boolean;
showSkeletons: boolean;
showToolbarDropZone: boolean;
}>;
type MRT_ColumnDef = Omit, 'accessorKey' | 'aggregatedCell' | 'aggregationFn' | 'cell' | 'columns' | 'filterFn' | 'footer' | 'header' | 'id' | 'sortingFn'> & {
AggregatedCell?: (props: {
cell: MRT_Cell;
column: MRT_Column;
row: MRT_Row;
table: MRT_TableInstance;
}) => ReactNode;
Cell?: (props: {
cell: MRT_Cell;
column: MRT_Column;
renderedCellValue: ReactNode | number | string;
renderedColumnIndex?: number;
renderedRowIndex?: number;
row: MRT_Row;
rowRef?: RefObject;
table: MRT_TableInstance;
}) => ReactNode;
Edit?: (props: {
cell: MRT_Cell;
column: MRT_Column;
row: MRT_Row;
table: MRT_TableInstance;
}) => ReactNode;
Filter?: (props: {
column: MRT_Column;
header: MRT_Header;
rangeFilterIndex?: number;
table: MRT_TableInstance;
}) => ReactNode;
Footer?: ((props: {
column: MRT_Column;
footer: MRT_Header;
table: MRT_TableInstance;
}) => ReactNode) | ReactNode;
GroupedCell?: (props: {
cell: MRT_Cell;
column: MRT_Column;
row: MRT_Row;
table: MRT_TableInstance;
}) => ReactNode;
Header?: ((props: {
column: MRT_Column;
header: MRT_Header;
table: MRT_TableInstance;
}) => ReactNode) | ReactNode;
PlaceholderCell?: (props: {
cell: MRT_Cell;
column: MRT_Column;
row: MRT_Row;
table: MRT_TableInstance;
}) => ReactNode;
/**
* Either an `accessorKey` or a combination of an `accessorFn` and `id` are required for a data column definition.
* Specify a function here to point to the correct property in the data object.
*
* @example accessorFn: (row) => row.username
*/
accessorFn?: (originalRow: TData) => any;
/**
* Either an `accessorKey` or a combination of an `accessorFn` and `id` are required for a data column definition.
* Specify which key in the row this column should use to access the correct data.
* Also supports Deep Key Dot Notation.
*
* @example accessorKey: 'username' //simple
* @example accessorKey: 'name.firstName' //deep key dot notation
*/
accessorKey?: DeepKeys | (string & {});
aggregationFn?: Array> | MRT_AggregationFn;
/**
* Specify what type of column this is. Either `data`, `display`, or `group`. Defaults to `data`.
* Leave this blank if you are just creating a normal data column.
*
* @default 'data'
*
* @example columnDefType: 'display'
*/
columnDefType?: 'data' | 'display' | 'group';
columnFilterModeOptions?: Array> | null;
columns?: MRT_ColumnDef[];
editVariant?: 'select' | 'text' | 'multi-select';
enableClickToCopy?: ((cell: MRT_Cell) => boolean) | boolean;
enableColumnActions?: boolean;
enableColumnDragging?: boolean;
enableColumnFilterModes?: boolean;
enableColumnOrdering?: boolean;
enableEditing?: ((row: MRT_Row) => boolean) | boolean;
enableFilterMatchHighlighting?: boolean;
filterFn?: MRT_FilterFn;
filterTooltipValueFn?: MRT_FilterTooltipValueFn;
filterVariant?: 'autocomplete' | 'checkbox' | 'date' | 'date-range' | 'multi-select' | 'range' | 'range-slider' | 'select' | 'text';
/**
* footer must be a string. If you want custom JSX to render the footer, you can also specify a `Footer` option. (Capital F)
*/
footer?: string;
/**
* If `layoutMode` is `'grid'` or `'grid-no-grow'`, you can specify the flex grow value for individual columns to still grow and take up remaining space, or set to `false`/0 to not grow.
*/
grow?: boolean | number;
/**
* header must be a string. If you want custom JSX to render the header, you can also specify a `Header` option. (Capital H)
*/
header: string;
/**
* Either an `accessorKey` or a combination of an `accessorFn` and `id` are required for a data column definition.
*
* If you have also specified an `accessorFn`, MRT still needs to have a valid `id` to be able to identify the column uniquely.
*
* `id` defaults to the `accessorKey` or `header` if not specified.
*
* @default gets set to the same value as `accessorKey` by default
*/
id?: LiteralUnion;
mantineColumnActionsButtonProps?: ((props: {
column: MRT_Column;
table: MRT_TableInstance;
}) => HTMLPropsRef & Partial) | (HTMLPropsRef & Partial);
mantineColumnDragHandleProps?: ((props: {
column: MRT_Column;
table: MRT_TableInstance;
}) => HTMLPropsRef & Partial) | (HTMLPropsRef & Partial);
mantineCopyButtonProps?: ((props: {
cell: MRT_Cell;
column: MRT_Column;
row: MRT_Row;
table: MRT_TableInstance;
}) => HTMLPropsRef & Partial) | (HTMLPropsRef & Partial);
mantineEditSelectProps?: ((props: {
cell: MRT_Cell;
column: MRT_Column;
row: MRT_Row;
table: MRT_TableInstance;
}) => HTMLPropsRef & Partial) | (HTMLPropsRef & Partial);
mantineEditTextInputProps?: ((props: {
cell: MRT_Cell;
column: MRT_Column;
row: MRT_Row;
table: MRT_TableInstance;
}) => HTMLPropsRef & Partial) | (HTMLPropsRef & Partial);
mantineFilterAutocompleteProps?: ((props: {
column: MRT_Column;
rangeFilterIndex?: number;
table: MRT_TableInstance;
}) => HTMLPropsRef & Partial) | (HTMLPropsRef & Partial);
mantineFilterCheckboxProps?: ((props: {
column: MRT_Column;
table: MRT_TableInstance;
}) => HTMLPropsRef & Partial) | (HTMLPropsRef & Partial);
mantineFilterDateInputProps?: ((props: {
column: MRT_Column;
rangeFilterIndex?: number;
table: MRT_TableInstance;
}) => HTMLPropsRef & Partial) | (HTMLPropsRef & Partial);
mantineFilterMultiSelectProps?: ((props: {
column: MRT_Column;
rangeFilterIndex?: number;
table: MRT_TableInstance;
}) => HTMLPropsRef