UNPKG

@cimpress/react-components

Version:
9 lines 295 B
import React from 'react'; import { TableColumnProps } from '../types'; export interface EmptyTableRowProps { columns: TableColumnProps[]; message?: string; } declare const EmptyTableRow: React.FC<EmptyTableRowProps>; export { EmptyTableRow }; //# sourceMappingURL=EmptyTableRow.d.ts.map