UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

6 lines (5 loc) 372 B
import React from 'react'; import { ContactTicketSectionProps, ContactTicketType } from './ContactTicketSection.types'; declare const ContactTicketSectionComponent: React.ForwardRefExoticComponent<ContactTicketSectionProps & React.RefAttributes<HTMLDivElement>>; export { ContactTicketType as ContactTicketSectionType }; export default ContactTicketSectionComponent;