UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

5 lines (4 loc) 287 B
import React from 'react'; import { ContactRowLoadingProps } from './ContactRowLoading.types'; declare const CallHistoryRowLoadingComponent: React.ForwardRefExoticComponent<ContactRowLoadingProps & React.RefAttributes<HTMLDivElement>>; export default CallHistoryRowLoadingComponent;