import store from "@lincode/reactivity"

export const [setTransformControlsDragging, getTransformControlsDragging] =
    store(false)
