@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
22 lines (21 loc) • 446 B
JavaScript
import { createContext as n } from "react";
const t = {
options: [],
selectedOptions: [],
isOpen: !1,
inputRef: null,
onSelectOption() {
throw new Error("Function not implemented.");
},
onRemoveOption() {
throw new Error("Function not implemented.");
},
onOpen() {
throw new Error("Function not implemented.");
},
isLoading: !1,
noOptionsText: void 0
}, e = n(t);
export {
e as MultiSelectDropdownContext
};