UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

5 lines (4 loc) 225 B
import React from 'react'; import { DialpadProps } from './Dialpad.type'; declare const DialpadComponent: React.ForwardRefExoticComponent<DialpadProps & React.RefAttributes<HTMLElement>>; export default DialpadComponent;