UNPKG

aekimena-month-year-picker

Version:

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

4 lines (3 loc) 199 B
import React from "react"; import { ButtonProps } from "../typings"; export declare const ConfirmButton: ({ buttonText, buttonStyle, buttonTextStyle, onConfirm, }: ButtonProps) => React.JSX.Element;