UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

6 lines (5 loc) 522 B
import React from 'react'; import { CallSmartPanelProps } from './CallSmartPanel.types'; declare const CallSmartPanelComponent: React.ForwardRefExoticComponent<CallSmartPanelProps & React.RefAttributes<HTMLDivElement>>; export { Variant as CallSmartPanelVariant, Size as CallSmartPanelSize, MountPosition as CallSmartPanelMountPosition, ClickedButtonTypes as CallSmartPanelContentType, ActionButtonVariant as CallSmartPanelActionButtonVariant, } from './CallSmartPanel.types'; export default CallSmartPanelComponent;