@voiceiq/web-components
Version:
VoiceIQ Web Component library
7 lines (6 loc) • 435 B
TypeScript
import React from 'react';
import { ContactTicketSectionType } from '../Private/ContactTicketSection';
import { ContactTicketsContentProps } from './ContactTicketsContent.types';
declare const ContactTicketsContentComponent: React.ForwardRefExoticComponent<ContactTicketsContentProps & React.RefAttributes<HTMLDivElement>>;
export { ContactTicketSectionType as ContactTicketType };
export default ContactTicketsContentComponent;