@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 t, useContext as o } from "react";
const n = t(void 0);
function a() {
const e = o(n);
if (!e)
throw new Error("useTableHeadContext should be used within the TableHeadContext provider!");
return e;
}
export {
n as TableHeadContext,
a as useTableHeadContext
};
//# sourceMappingURL=TableHeadContext.mjs.map