import React from 'react' import type { GridEditorContextType } from './types' export const GridEditorContext = React.createContext({ editable: true, })