UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

5 lines (4 loc) 299 B
import React from 'react'; import { ContactCompanySectionProps } from './ContactCompanySection.types'; declare const ContactCompanySectionComponent: React.ForwardRefExoticComponent<ContactCompanySectionProps & React.RefAttributes<HTMLDivElement>>; export default ContactCompanySectionComponent;