import React from 'react' import type { GridActionsMenuContextType } from './types' export const GridActionsMenuContext = React.createContext({})