UNPKG

@itwin/core-react

Version:

A react component library of iTwin.js UI general purpose components

6 lines 291 B
/** * Logs to console information about component lifecycle: mounting, re-rendering and unmounting. * @internal */ export declare function useLifecycleLogging(name: string, props: Record<string, any>, context?: Record<string, any>): void; //# sourceMappingURL=useLifecycleLogging.d.ts.map