import { createContext } from "react"; export const OverflowMenuContext = createContext({ close: () => null, });