import type { GridFullApi } from '../../api'; import type { Store } from '../../state'; import type { Emitter } from '../../events'; export type Context = Store & { api: GridFullApi; events: Emitter; }; //# sourceMappingURL=types.d.ts.map