@voiceiq/web-components
Version:
VoiceIQ Web Component library
6 lines (5 loc) • 373 B
TypeScript
import React from 'react';
import { DiallerContactCardProps } from './DiallerContactCard.types';
declare const DiallerContactCardComponent: React.ForwardRefExoticComponent<DiallerContactCardProps & React.RefAttributes<HTMLElement>>;
export { ActionState as DiallerContactCardActionState } from './DiallerContactCard.types';
export default DiallerContactCardComponent;