UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

5 lines (4 loc) 284 B
import React from 'react'; import { AddContactLeadCardProps } from './AddContactLeadCard.types'; declare const AddContactLeadCardComponent: React.ForwardRefExoticComponent<AddContactLeadCardProps & React.RefAttributes<HTMLDivElement>>; export default AddContactLeadCardComponent;