UNPKG

@apptane/react-ui-calendar

Version:
3 lines (2 loc) 265 B
import { CalendarDayProps } from "./Calendar.types.js"; export declare function CalendarDay({ theme, colorMode, date, day, today, selected, highlight, muted, onClick, corners, }: CalendarDayProps): import("@emotion/react/types/jsx-namespace").EmotionJSX.Element;