@mantine/core
Version:
React components library focused on usability, accessibility and developer experience
8 lines (7 loc) • 426 B
JavaScript
"use client";
//#region packages/@mantine/core/src/components/Timeline/Timeline.context.ts
const [TimelineProvider, useTimelineContext] = require("../../core/utils/create-safe-context/create-safe-context.cjs").createSafeContext("Timeline component was not found in tree");
//#endregion
exports.TimelineProvider = TimelineProvider;
exports.useTimelineContext = useTimelineContext;
//# sourceMappingURL=Timeline.context.cjs.map