UNPKG

@itwin/core-react

Version:

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

9 lines 284 B
/** @packageDocumentation * @module Utilities */ import type * as React from "react"; /** Gets the display name for a React component. * @internal */ export declare const getDisplayName: (component: React.ComponentType<any>) => string; //# sourceMappingURL=getDisplayName.d.ts.map