import React from "react"; import { TableBuilder as BaseTableBuilder } from "baseui/table-semantic"; export interface TableProps { children?: React.ReactNode; data: any; sortColumn?: any; sortOrder?: any; onSort?: (id: any) => void; } /** * This is the `