UNPKG

hightable

Version:

A dynamic windowed scrolling table component for react

7 lines (6 loc) 220 B
interface ErrorContextType { onError?: (error: unknown) => void; } export declare const defaultErrorContext: ErrorContextType; export declare const ErrorContext: import("react").Context<ErrorContextType>; export {};