UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

6 lines (5 loc) 200 B
type PerformanceMetricsProps = { sendTelemetry: (data: Record<string, any>) => void; }; export declare function usePerformanceMetrics({ sendTelemetry }: PerformanceMetricsProps): void; export {};