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 🍏

4 lines (3 loc) 101 B
export declare const padNumber: (value: number, options?: { padWithZero?: boolean; }) => string;