import React from 'react' import { GridEditorContext } from './context' export const useGridEditor = () => React.useContext(GridEditorContext)