UNPKG

@rnwonder/react-date-picker

Version:

A lightweight, customizable, and accessible date picker component for React applications.

7 lines (5 loc) 358 B
import { MonthSelectorProps } from './MonthSelector'; export interface MonthSelectorExportProps extends Omit<MonthSelectorProps, "type" | "setShowSelectorTwo" | "setSelectorTwoProps" | "showSelectorTwo"> { } declare const MonthSelectorExport: (props: MonthSelectorExportProps) => import("react/jsx-runtime").JSX.Element; export default MonthSelectorExport;