export { DynamicTable } from './DynamicTable';
export type { DynamicTableProps } from './DynamicTable';
export type { TableData, DynamicTableConfig } from './DynamicTableFetcher';
