UNPKG

@re-flex/ui

Version:
9 lines (8 loc) 207 B
import { Dayjs } from "dayjs"; import React from "react"; export declare type CellProps = { day: Dayjs; role: "first" | "last"; }; declare const DayCell: React.FC<CellProps>; export default DayCell;