UNPKG

180 BTypeScriptView Raw
1import React from "react";
2
3import { DayPicker } from "react-day-picker";
4
5export function OutsideDays() {
6 return <DayPicker showOutsideDays today={new Date(2021, 10, 25)} />;
7}