UNPKG

material-react-table

Version:

A fully featured Material UI V5 implementation of TanStack React Table V8, written from the ground up in TypeScript.

34 lines (33 loc) 822 B
export interface MRT_Icons { ArrowRightIcon: any; CancelIcon: any; CheckBoxIcon: any; ClearAllIcon: any; CloseIcon: any; DensityLargeIcon: any; DensityMediumIcon: any; DensitySmallIcon: any; KeyboardDoubleArrowDownIcon: any; DragHandleIcon: any; DynamicFeedIcon: any; EditIcon: any; ExpandLessIcon: any; ExpandMoreIcon: any; FilterAltIcon: any; FilterAltOffIcon: any; FilterListIcon: any; FilterListOffIcon: any; FullscreenExitIcon: any; FullscreenIcon: any; MoreHorizIcon: any; MoreVertIcon: any; PushPinIcon: any; RestartAltIcon: any; SaveIcon: any; SearchIcon: any; SearchOffIcon: any; SortIcon: any; ViewColumnIcon: any; VisibilityOffIcon: any; } export declare const MRT_Default_Icons: MRT_Icons;