import { createContext } from 'react'; import { GridColumnContextType } from './types'; export const GridColumnContext = createContext({});