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