UNPKG

@guruhotel/aura-ui

Version:

⚛️ React UI library by GuruHotel

4 lines (3 loc) 167 B
/// <reference types="react" /> import { TCalendarGrid } from "./calendar.types"; export declare function CalendarGrid({ state, offset }: TCalendarGrid): JSX.Element;