UNPKG

@guruhotel/aura-ui

Version:

⚛️ React UI library by GuruHotel

5 lines (4 loc) 246 B
/// <reference types="react" /> import { TCustomCalendarProps } from "./calendar.types"; export declare const CalendarPropsContext: import("react").Context<TCustomCalendarProps>; export declare const useCalendarProps: () => TCustomCalendarProps;