@konstructio/ui
Version:
A set of reusable and customizable React components built for konstruct.io
22 lines (21 loc) • 444 B
JavaScript
import { createContext as e } from "react";
var n = {
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
}, o = e(n);
export {
o as MultiSelectDropdownContext
};