UNPKG

@hhgtech/hhg-components

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