UNPKG

@hhgtech/hhg-components

Version:
8 lines (7 loc) 221 B
import React from 'react'; import { BoxProps } from '@mantine/core'; export type IVFFormValue = { IVFDate?: Date; dayTransfer?: string; }; export declare const IVFForm: ({}: BoxProps) => React.JSX.Element;