UNPKG

@konstructio/ui

Version:

A set of reusable and customizable React components built for konstruct.io

4 lines (3 loc) 197 B
import { RowData } from '../VirtualizedTable.types'; import { ContextType } from './table.context'; export declare const useTableContext: <TData extends RowData = RowData>() => ContextType<TData>;