UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

5 lines (4 loc) 284 B
import React from 'react'; import { CallActionCardGdprProps } from './CallActionCardGdpr.types'; declare const CallActionCardGdprComponent: React.ForwardRefExoticComponent<CallActionCardGdprProps & React.RefAttributes<HTMLDivElement>>; export default CallActionCardGdprComponent;