UNPKG

@grafana/faro-react

Version:

Faro package that enables easier integration in projects built with React.

4 lines (3 loc) 271 B
import type { ComponentType, FC } from 'react'; import type { FaroProfilerProps } from './FaroProfiler'; export declare function withFaroProfiler<P extends Record<string, any>>(WrappedComponent: ComponentType<P>, options?: Omit<FaroProfilerProps, 'updateProps'>): FC<P>;