UNPKG

shreyas-ui-metrics

Version:

UI metrics tracking for Webex widgets

3 lines (2 loc) 203 B
import React from 'react'; export default function withMetrics<P extends object>(Component: any, widgetName: string, propsToTrack?: string[]): React.MemoExoticComponent<(props: P) => React.JSX.Element>;