UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

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