UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

6 lines (5 loc) 277 B
import React from 'react'; import { ButtonsProps } from './Buttons.types'; declare type ButtonType = 'CallControlButton' | 'CallActionButton' | 'DiallerCallActionButton'; declare const _default: (buttonType: ButtonType) => React.FC<ButtonsProps>; export default _default;