import store from "@lincode/reactivity"

export const [setMultipleSelection, getMultipleSelection] = store(false)
