UNPKG

@ssa-ui-kit/widgets

Version:
4 lines (3 loc) 217 B
import { User } from './types'; declare const UserCardBMI: ({ weight, height, age, }: Partial<Pick<User, "weight" | "height" | "age">>) => import("@emotion/react/jsx-runtime").JSX.Element; export default UserCardBMI;