UNPKG

flowbite-react

Version:

Official React components built for Flowbite and Tailwind CSS

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