UNPKG

@hhgtech/hhg-components

Version:
6 lines (5 loc) 166 B
import { LocaleType } from "../interfaces/types"; export declare const getEcomUrl: ({ path, locale, }: { path: string; locale: LocaleType; }) => string;