/** * @license * Copyright 2025-2026 Open Home Foundation * SPDX-License-Identifier: Apache-2.0 */ import { createContext } from "@lit/context"; // export const bindingContext = createContext(""); export const bindingContext = createContext("binding");