UNPKG

@mantine/dates

Version:

Calendars, date and time pickers based on Mantine components

11 lines (10 loc) 411 B
import { GetStylesApi } from '@mantine/core'; import type { TimeGridFactory } from './TimeGrid'; interface TimeGridContextValue { getStyles: GetStylesApi<TimeGridFactory>; } export declare const TimeGridProvider: ({ children, value }: { value: TimeGridContextValue; children: React.ReactNode; }) => import("react/jsx-runtime").JSX.Element, useTimeGridContext: () => TimeGridContextValue; export {};