UNPKG

142 BTypeScriptView Raw
1import React from "react";
2
3import { DayPicker } from "react-day-picker";
4
5export function Single() {
6 return <DayPicker mode="single" />;
7}