| 16 | import {useContext, useMemo} from 'react'; |
| 17 | |
| 18 | export class TableLayout<T, O extends TableLayoutProps = TableLayoutProps> |
| 19 | extends BaseTableLayout<T, O> |
| 20 | implements LayoutOptionsDelegate<TableLayoutProps> |
| 21 | { |
nothing calls this directly
no outgoing calls
no test coverage detected