UNPKG

flex-ivr-reporting

Version:

Analyzes Twilio Flex IVR call flows to identify drop-off points and user hang-ups, helping teams pinpoint where callers disengage in the experience.

9 lines (8 loc) 206 B
import React from 'react'; interface Props { onClick: () => void; showLabel?: boolean; activeView?: string; } declare const ReportingSideLink: React.FC<Props>; export default ReportingSideLink;