import type { DataGridEngineContextValue } from "./useDataGridEngineContext"; import type { DataGridViewContextValue } from "./useDataGridViewContext"; export interface DataGridContextValue { engine: DataGridEngineContextValue; view: DataGridViewContextValue; } export declare function provideDataGridContext(context: DataGridContextValue): void; export declare function useDataGridContext(): DataGridContextValue; //# sourceMappingURL=useDataGridContext.d.ts.map