UNPKG

react-smart-data-table

Version:

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

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