UNPKG

@zendesk/retrace

Version:

define and capture Product Operation Traces along with computed metrics with an optional friendly React beacon API

7 lines (6 loc) 170 B
import * as React from 'react'; interface CustomerSidebarProps { ticketId: number; } export declare const CustomerSidebar: React.FC<CustomerSidebarProps>; export {};