UNPKG

timeline-calendar-react

Version:

A timeline calendar component for React, built with TypeScript and Vite.

9 lines (8 loc) 261 B
import { Theme } from '../../../../types'; type EmptyDayOfMonthProps = { xsSize: number; theme?: Theme; cellSize?: string; }; declare const EmptyDay: (props: EmptyDayOfMonthProps) => import("react/jsx-runtime").JSX.Element; export default EmptyDay;