UNPKG

@hhgtech/hhg-components

Version:
6 lines (5 loc) 131 B
import { CSSProperties } from 'react'; export type LeadGenIconProps = { className?: string; style?: CSSProperties; };