@tracked/health
Version:
Health module
12 lines • 449 B
TypeScript
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