UNPKG

react-native-lunar-calendars

Version:

React Native Calendar Components with Lunar Calendar Support - Fork of react-native-calendars with Vietnamese lunar calendar functionality

10 lines (9 loc) 215 B
export declare class VelocityTracker { private history; private lastPosition; private lastTimestamp; constructor(); add(position: number): void; estimateSpeed(): number; reset(): void; }