@shopify/polaris
Version:
Shopify’s admin product component library
10 lines (9 loc) • 341 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