UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

5 lines (4 loc) 319 B
import React from 'react'; import { CallActionCardPlaceholderProps } from './CallActionCardPlaceholder.types'; declare const CallActionCardPlaceholderComponent: React.ForwardRefExoticComponent<CallActionCardPlaceholderProps & React.RefAttributes<HTMLDivElement>>; export default CallActionCardPlaceholderComponent;