UNPKG

@kingstinct/react-native-healthkit

Version:
7 lines (6 loc) 228 B
import type { WorkoutProxy } from '../specs/WorkoutProxy.nitro'; /** * @returns the most recent workout sample. */ export declare function useMostRecentWorkout(): WorkoutProxy | undefined; export default useMostRecentWorkout;