()
| 946 | * Returns options from the parent `<Table>` component. |
| 947 | */ |
| 948 | export function useTableOptions(): TableOptionsContextValue { |
| 949 | return useContext(TableOptionsContext)!; |
| 950 | } |
| 951 | |
| 952 | export interface TableHeaderRenderProps { |
| 953 | /** |
no outgoing calls
no test coverage detected