UNPKG

headless-react-datepicker

Version:

A headless, highly customizable, multi-calendar date picker component for React. It supports various calendars and locales.

4 lines (3 loc) 187 B
import { TTitleProps } from "./types"; declare function Title({ yearFormat, monthFormat, className, style, }: TTitleProps): import("react/jsx-runtime").JSX.Element; export default Title;