UNPKG

@ackplus/react-tanstack-data-table

Version:

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

7 lines (6 loc) 234 B
export declare function EmptyDataRow({ colSpan, message, slots, slotProps }: { colSpan: number; message: string; slots: Record<string, any>; slotProps: Record<string, any>; }): import("react/jsx-runtime").JSX.Element;