UNPKG

@hhgtech/hhg-components

Version:
15 lines (14 loc) 390 B
import { LOCALE, LocaleType } from "../interfaces/types"; export declare const PREGNANCY_SLUG: { [locale in LocaleType]: string; }; export declare const MAPPED_CATEGORY_SLUGS: { [locale in LOCALE]: { [k: string]: string; }; }; export declare const useCategory: (asPath: string) => { isPregnancy: boolean; isParenting: boolean; type: string; };