UNPKG

@hhgtech/hhg-components

Version:
5 lines (4 loc) 313 B
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 };