UNPKG

@hhgtech/hhg-components

Version:
10 lines (9 loc) 226 B
import { LOCALE } from "../types"; export declare enum RISK_SCREENER_NAME { HPV = "hpv" } export declare const RISK_SCREENER_SLUG: { [key in LOCALE]?: { [key in RISK_SCREENER_NAME]?: string; }; };