UNPKG

@guruhotel/aura-ui

Version:

⚛️ React UI library by GuruHotel

1 lines 337 B
import{createContext as e,useContext as o}from"react";export const CalendarPropsContext=e({rounded:"base",as:"single",showHorizontalTitle:!1,colorScheme:"guru",monthDateFormat:{month:"short",year:"numeric"},withSelectors:!1,tooltip:!1,dateUnavailableStyle:"disabled",size:"sm"});export const useCalendarProps=()=>o(CalendarPropsContext);