@mantine/dates
Version:
Calendars, date and time pickers based on Mantine components
8 lines (7 loc) • 391 B
JavaScript
"use client";
import { createSafeContext } from "@mantine/core";
//#region packages/@mantine/dates/src/components/TimePicker/TimePicker.context.tsx
const [TimePickerProvider, useTimePickerContext] = createSafeContext("TimeInput component was not found in the component tree");
//#endregion
export { TimePickerProvider, useTimePickerContext };
//# sourceMappingURL=TimePicker.context.mjs.map