@hhgtech/hhg-components
Version:
Hello Health Group common components
15 lines (14 loc) • 390 B
TypeScript
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;
};