UNPKG

@hhgtech/hhg-components

Version:
5 lines (4 loc) 270 B
import React from 'react'; import { LeadGenProps } from "../LeadGen.type"; declare const LeadGenSubscriptionBox: React.MemoExoticComponent<({ locale, userInfo, forceCampaign, categoryId, }: LeadGenProps) => React.JSX.Element>; export default LeadGenSubscriptionBox;