UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

5 lines (4 loc) 294 B
import React from 'react'; import { PossibleContactsRowProps } from './PossibleContactsRow.types'; declare const PossibleContactsRowComponent: React.ForwardRefExoticComponent<PossibleContactsRowProps<any> & React.RefAttributes<HTMLDivElement>>; export default PossibleContactsRowComponent;