/** * @license EUPL-1.2+ * Copyright Gemeente Amsterdam */ export { Table } from './Table'; export type { TableProps } from './Table'; export type { TableBodyProps } from './TableBody'; export type { TableCaptionProps } from './TableCaption'; export type { TableCellProps } from './TableCell'; export type { TableFooterProps } from './TableFooter'; export type { TableHeaderProps } from './TableHeader'; export type { TableHeaderCellProps } from './TableHeaderCell'; export type { TableRowProps } from './TableRow';