UNPKG

@tracked/health

Version:
12 lines 449 B
import { BodyWeightSample } from "../.."; import { AuthStatus } from "../../types"; export { AuthStatus, BodyWeightSample }; export declare function useBodyWeight(date?: string): { bodyWeightSamples: BodyWeightSample[]; latestWeight: BodyWeightSample | null; loading: boolean; error: string | null; isInitialized: boolean; requestInitialization: () => Promise<boolean>; }; //# sourceMappingURL=use-body-weight.native.d.ts.map