import store from "@lincode/reactivity"

export const [setSelectionLocked, getSelectionLocked] = store(false)
