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