UNPKG

react-native-time-date-picker

Version:

Easy to use time and date picker with lots of options for React Native.

9 lines (8 loc) 221 B
import React from "react"; interface HeaderProps { changeMonth: (type: string) => void; onToggleTime?: () => void; onToggleMonth?: () => void; } declare const Header: React.FC<HeaderProps>; export { Header };