UNPKG

aekimena-month-year-picker

Version:

Sleek, customizable month-year-picker for React Native applications

4 lines (3 loc) 269 B
import React from "react"; import { DateFlatListProps } from "../typings"; export declare const DateFlatList: ({ data, onScrollToIndex, yScrollOffset, highlightedItem, itemTextStyle, itemContainerStyle, highlightedItemStyle, }: DateFlatListProps) => React.JSX.Element;