UNPKG

react-native-full-responsive

Version:

Create a fully responsive React Native app for all supported platforms

7 lines 373 B
/** * @param label performance execution time label * @param func the execution time of the function is supposed to be measured * @param count the function should be called a specific number of times, default is `100` */ export declare const performanceMeasure: (label: string, func: () => void, count?: number) => void; //# sourceMappingURL=performanceMeasure.d.ts.map