UNPKG

@hhgtech/hhg-components

Version:
7 lines (6 loc) 278 B
import React, { PropsWithChildren } from 'react'; import { LOCALE } from "../types"; export type LeadGenTranslationProps = { locale?: LOCALE; }; export declare const LeadGenTranslationProvider: (props: PropsWithChildren<LeadGenTranslationProps>) => React.JSX.Element;