UNPKG

react-smart-data-table

Version:

A smart data table component for React.js meant to be configuration free

4 lines (3 loc) 235 B
import type { SmartDataTableState } from '../types'; export declare const SmartDataTableContext: import("react").Context<SmartDataTableState<unknown>>; export declare const useSmartDataTableContext: () => SmartDataTableState<unknown>;