UNPKG

react-performance-testing

Version:

You can test React(ReactNative) runtime performance by using this lib. If you want to check the number of renders, or render time in a test environment, this lib makes sense.

3 lines 255 B
/// <reference types="react" /> export declare const isClassComponent: (Component: React.ElementType<React.ComponentClass | React.FunctionComponent>) => Component is import("react").ComponentClass<{}, any>; //# sourceMappingURL=isClassComponent.d.ts.map