UNPKG

@hhgtech/hhg-components

Version:
7 lines (6 loc) 215 B
import React from 'react'; import { BoxProps } from '@mantine/core'; export type ConceptionFormValue = { lastPeriodDate?: Date; }; export declare const ConceptionForm: ({}: BoxProps) => React.JSX.Element;