aekimena-month-year-picker
Version:
Sleek, customizable month-year-picker for React Native applications
5 lines (4 loc) • 443 B
TypeScript
import React from "react";
import { MonthYearPickerProps } from "./typings";
declare const MonthYearPicker: ({ visible, animationType, transparent, onRequestClose, onBackgroundPress, opacity, containerStyle, maxDate, minDate, onConfirm, showDays, highlighterStyle, itemContainerStyle, itemTextStyle, buttonStyle, buttonTextStyle, buttonText, highlightedItemStyle, }: MonthYearPickerProps) => React.JSX.Element;
export default MonthYearPicker;