UNPKG

@hhgtech/hhg-components

Version:
4 lines (3 loc) 221 B
import React, { PropsWithChildren } from 'react'; import { LeadGenComponentProps } from "../LeadGen.type"; export declare const LeadGenLightBoxB: (props: PropsWithChildren<LeadGenComponentProps>) => React.JSX.Element;