UNPKG

@hhgtech/hhg-components

Version:
9 lines (8 loc) 275 B
import React from 'react'; import { BoxProps } from '@mantine/core'; export type UltrasoundFormValue = { dateOfUltrasound?: Date; ultrasoundCRL?: number; ultrasoundMSD?: number; }; export declare const UltrasoundForm: ({}: BoxProps) => React.JSX.Element;