UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

5 lines (4 loc) 309 B
import React from 'react'; import { ContactCampaignsSectionProps } from './ContactCampaignsSection.types'; declare const ContactCampaignsSectionComponent: React.ForwardRefExoticComponent<ContactCampaignsSectionProps & React.RefAttributes<HTMLDivElement>>; export default ContactCampaignsSectionComponent;