UNPKG

react-native-timer-picker

Version:

A simple, flexible, performant duration picker for React Native apps 🔥 Great for timers, alarms and duration inputs ⏰🕰️⏳ Includes iOS-style haptic and audio feedback 🍏

18 lines (17 loc) 367 B
export declare const styles: { backdrop: { position: "absolute"; top: number; bottom: number; left: number; right: number; backgroundColor: string; opacity: number; }; content: { flex: number; justifyContent: "center"; alignItems: "center"; zIndex: number; }; };