UNPKG

tw-table

Version:

table designed with tailwind and tanstack-table.

7 lines (6 loc) 185 B
import React from 'react'; declare type Props = { colsLength: number; }; declare const TableRowSkeleton: (props: Props) => React.JSX.Element; export default TableRowSkeleton;