import store from "@lincode/reactivity"

export const [setOutlineStrength, getOutlineStrength] = store(3)
