UNPKG

@konstructio/ui

Version:

A set of reusable and customizable React components built for konstruct.io

11 lines (10 loc) 319 B
import { MultiSelectDropdownContext as e } from "./MultiSelectDropdown.context.js"; import { useContext as o } from "react"; var i = () => { const t = o(e); if (!t) throw new Error("useMultiSelectDropdown must be used within a MultiSelectDropdownProvider"); return t; }; export { i as useMultiSelectDropdown };