UNPKG

@ssa-ui-kit/widgets

Version:
7 lines (6 loc) 221 B
import { BmiProps } from './types'; /** * * UI Component that calculates the Body Mass Index of the user */ export declare const Bmi: ({ height, weight }: BmiProps) => import("@emotion/react/jsx-runtime").JSX.Element;