@voiceiq/web-components
Version:
VoiceIQ Web Component library
5 lines (4 loc) • 334 B
TypeScript
import React from 'react';
import { ScheduledCallsCardRowLoadingProps } from './ScheduledCallsCardRowLoading.types';
declare const ScheduledCallsCardRowLoadingComponent: React.ForwardRefExoticComponent<ScheduledCallsCardRowLoadingProps & React.RefAttributes<HTMLDivElement>>;
export default ScheduledCallsCardRowLoadingComponent;