import { createContext } from "@lit/context"; export const gridSizePxContext = createContext( Symbol("grid-size-px-context"), );