@voiceiq/web-components
Version:
VoiceIQ Web Component library
6 lines (5 loc) • 366 B
TypeScript
import React from 'react';
import { NavigationDiallerProps } from './NavigationDialler.types';
declare const NavigationDiallerComponent: React.ForwardRefExoticComponent<NavigationDiallerProps<any, any> & React.RefAttributes<HTMLElement>>;
export { CallState as NavigationDiallerCallState } from '../Enums/Call.types';
export default NavigationDiallerComponent;