UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

18 lines (14 loc) 483 B
'use client'; 'use strict'; var React = require('react'); const TableBodyContext = React.createContext(void 0); function useTableBodyContext() { const context = React.useContext(TableBodyContext); if (!context) { throw new Error("useTableBodyContext should be used within the TableBodyContext provider!"); } return context; } exports.TableBodyContext = TableBodyContext; exports.useTableBodyContext = useTableBodyContext; //# sourceMappingURL=TableBodyContext.cjs.map