@shopify/polaris
Version:
Shopify’s admin product component library
9 lines • 344 B
TypeScript
import React, { PropsWithChildren } from 'react';
interface ProfileProps {
id: string;
kind: string;
printToDOM?: boolean;
}
export declare const RenderPerformanceProfiler: ({ id, kind, children, printToDOM, }: PropsWithChildren<ProfileProps>) => React.JSX.Element;
export {};
//# sourceMappingURL=RenderPerformanceProfiler.d.ts.map