UNPKG

@hhgtech/hhg-components

Version:
3 lines (2 loc) 165 B
import { PregnancyWeek, PregnancyWeekApi } from "../together/interfaces/types"; export declare const formatPill: (data: PregnancyWeekApi | null) => PregnancyWeek;