UNPKG

@hhgtech/hhg-components

Version:
9 lines (8 loc) 403 B
import React from 'react'; import { BabyVaccinationStatus } from "../../../interfaces/types"; type _HeaderProps = { numberOfDoses: Partial<Record<BabyVaccinationStatus, number>>; }; export declare const _Header: ({ numberOfDoses }: _HeaderProps) => React.JSX.Element; export declare const Header: React.MemoExoticComponent<({ numberOfDoses }: _HeaderProps) => React.JSX.Element>; export {};