UNPKG

@hhgtech/hhg-components

Version:
4 lines (3 loc) 203 B
import React from 'react'; import { VaccineCardProps } from "./"; export declare const _Modal: ({ vaccineRecord, isCurrent, onToggle, showTopDetail, ...rest }: VaccineCardProps) => React.JSX.Element;