import { createContext } from '@lit/context'

export const editableContext = createContext<boolean>('editable')
