Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
Table: TableComponent,
TableHead: TableHeader,
TableBody,
TableFooter,
Container,
Layout,
Row,
Cell,
NoDataRow: Row,
NoDataCell,
StubRow,
StubCell,
StubHeaderCell: StubCell,
})(TableBase);
Table.COLUMN_TYPE = TableBase.COLUMN_TYPE;
Table.ROW_TYPE = TableBase.ROW_TYPE;
Table.NODATA_ROW_TYPE = TableBase.NODATA_ROW_TYPE;