import { SlottedContextValue } from "@hooks/useSlottedContext"; import React from "react"; export function createComponentContext() { return React.createContext>(null as any); }