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