UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

7 lines (6 loc) 436 B
import React from 'react'; import { CallForwardCardProps } from './CallForwardCard.types'; declare const CallForwardCardComponent: React.ForwardRefExoticComponent<CallForwardCardProps<any> & React.RefAttributes<HTMLElement>>; export declare const UserStatus: typeof import("./private/ContactRow/ContactRow.types").ContactStatus; export { Type as CallType } from './CallForwardCard.types'; export default CallForwardCardComponent;