export { Table } from "./Table";
export { TableActions, DropdownActions } from "./TableActions";
export type { ActionType } from "./TableActions";
export {
  Table as TableNew,
  TableBody,
  TableCaption,
  TableCell,
  TableFooter,
  TableHead,
  TableHeader,
  TableRow,
} from "./TableNew";
