@hhgtech/hhg-components
Version:
Hello Health Group common components
5 lines (4 loc) • 313 B
TypeScript
import React from 'react';
import { BmiFormProps } from "../../../embeddedHeathToolCards/helpers";
declare const BmiForm: ({ value: valueProps, onChange: onChangeProps, onSubmit: onSubmitProps, bmiGenerated, bmiUnit, formLayout, submitProps, ...rest }: BmiFormProps) => React.JSX.Element;
export { BmiForm };