import type { RefObject } from 'react'; interface TableProps { /** Optional ref to pass to the main table element. */ tableRef?: RefObject; } export type { TableProps };