@guruhotel/aura-ui
Version:
⚛️ React UI library by GuruHotel
5 lines (4 loc) • 316 B
TypeScript
/// <reference types="react" />
import { TCalendarCell } from "./calendar.types";
export declare function CalendarCell({ state, date, currentMonth, numberOfDays, }: TCalendarCell): JSX.Element;
export declare function CalendarHorizontalCell(props: Omit<TCalendarCell, "currentMonth" | "numberOfDays">): JSX.Element;