UNPKG

176 BTypeScriptView Raw
1import React from "react";
2
3import { DayPicker } from "react-day-picker";
4
5export function HideNavigation() {
6 return <DayPicker hideNavigation captionLayout="dropdown" />;
7}