import store from "@lincode/reactivity"

export const [setOutlineHiddenColor, getOutlineHiddenColor] = store<
    string | undefined
>(undefined)
