()
| 936 | * Returns options from the parent `<Table>` component. |
| 937 | */ |
| 938 | export function useTableOptions(): TableOptionsContextValue { |
| 939 | return useContext(TableOptionsContext)!; |
| 940 | } |
| 941 | |
| 942 | export interface TableHeaderRenderProps { |
| 943 | /** |
no outgoing calls
no test coverage detected