useDisclosureContext
Returns the disclosure store from the nearest disclosure container.
Code examples
function Disclosure() {
if (!store) {
throw new Error("Disclosure must be wrapped in DisclosureProvider");
}
// Use the store...
}