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