UNPKG

aekimena-month-year-picker

Version:

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

8 lines (7 loc) 219 B
import { ViewStyle } from "react-native"; import React from "react"; interface Props { highlighterStyle: ViewStyle; } export declare const Highlighter: ({ highlighterStyle }: Props) => React.JSX.Element; export {};