UNPKG

@guruhotel/aura-ui

Version:

⚛️ React UI library by GuruHotel

4 lines (3 loc) 242 B
/// <reference types="react" /> import { TCalendarHeader } from "./calendar.types"; export declare function CalendarHeader({ state, index, calendarProps, prevButtonProps, nextButtonProps, prevIcon, nextIcon, }: TCalendarHeader): JSX.Element;