import { createContext } from 'react'; export const ReactiveControllerContext = createContext({} as any);