UNPKG

@schema-render/search-table-react

Version:
5 lines (4 loc) 195 B
/// <reference types="react" /> import type { IRootContext } from './typings/rootContext'; declare const RootContext: import("react").Context<Readonly<IRootContext>>; export default RootContext;