UNPKG

@alithanar/react-automation-profiler

Version:

Automated React profiling and data visualization using React's Profiler API, Puppeteer, and D3.

10 lines (9 loc) 183 B
import React from 'react'; declare function AutomationProfiler({ children, id, }: { children: React.ReactNode; id: string; }): JSX.Element; export default AutomationProfiler;