@transkripid/flowbite-react
Version:
Official React components built for Flowbite and Tailwind CSS - Transkrip.id fork
14 lines (13 loc) • 361 B
JavaScript
import { createContext as t, useContext as e } from "react";
const n = t(void 0);
function c() {
const o = e(n);
if (!o)
throw new Error("useAccordionContext should be used within the AccordionPanelContext provider!");
return o;
}
export {
n as AccordionPanelContext,
c as useAccordionContext
};
//# sourceMappingURL=AccordionPanelContext.mjs.map