@voiceiq/web-components
Version:
VoiceIQ Web Component library
6 lines (5 loc) • 422 B
TypeScript
import React from 'react';
import { CallHistoryRowProps } from './CallHistoryRow.types';
declare const CallHistoryRowComponent: React.ForwardRefExoticComponent<CallHistoryRowProps<any> & React.RefAttributes<HTMLDivElement>>;
export { Theme as CallHistoryRowTheme, CallDirection as CallHistoryCallDirection, CallMedium as CallHistoryCallMedium, } from './CallHistoryRow.types';
export default CallHistoryRowComponent;