@kingstinct/react-native-healthkit
Version:
React Native bindings for HealthKit
10 lines (9 loc) • 311 B
TypeScript
import type { WorkoutProxy } from '../specs/WorkoutProxy.nitro';
/**
* @returns the most recent workout sample.
*/
export declare function useMostRecentWorkout(options?: {
readonly energyUnit?: string;
readonly distanceUnit?: string;
}): WorkoutProxy | undefined;
export default useMostRecentWorkout;