UNPKG

@ackplus/react-tanstack-data-table

Version:

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

6 lines (5 loc) 209 B
export declare function LoadingRows({ rowCount, slots, slotProps, }: { rowCount?: number; slots?: Record<string, any>; slotProps?: Record<string, any>; }): import("react/jsx-runtime").JSX.Element;