UNPKG

@ssplib/react-components

Version:
6 lines (5 loc) 166 B
interface TableLoadingStateProps { tableName: string; } export declare function TableLoadingState({ tableName }: TableLoadingStateProps): JSX.Element; export {};