UNPKG

react-patro

Version:

AD and BS Calendar functions as hooks and component

4 lines (3 loc) 166 B
import { CalendarType } from "../types/main"; declare function useCalendarType(calendarTypeFromProps: CalendarType): CalendarType; export default useCalendarType;