UNPKG

react-month-picker-dropdown

Version:

This is a slim library for month picker as dropdown menu for React Project

5 lines (4 loc) 178 B
/// <reference types="react" /> import { PropsIntf } from './app.model'; import './styles.scss'; export declare const MonthPickerDropdown: (props: PropsIntf) => JSX.Element;