UNPKG

react-day-picker

Version:

Customizable Date Picker for React

10 lines (9 loc) 299 B
import React from "react"; /** * Render the toolbar with the navigation button. * * @group Components * @see https://daypicker.dev/guides/custom-components */ export declare function Nav(props: JSX.IntrinsicElements["nav"]): React.JSX.Element; export type NavProps = Parameters<typeof Nav>[0];