UNPKG

synapse-react-client

Version:

[![Build Status](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client.svg?branch=main)](https://travis-ci.com/Sage-Bionetworks/Synapse-React-Client) [![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synaps

15 lines (14 loc) 371 B
import React from 'react'; declare type SkeletonTableProps = { numRows?: number; numCols?: number; rowHeight?: string; className?: string; }; /** * Skeleton component designed to mimic a table with an arbitrary number of rows and columns. * * Implemented using CSS grid. */ export declare const SkeletonTable: React.FC<SkeletonTableProps>; export {};