UNPKG

@itwin/appui-abstract

Version:
9 lines 405 B
/** @packageDocumentation * @module Utilities */ /** Gets the class name for an object. * @internal * @deprecated in 4.3 - might be removed in next major version. Please use your own implementation in the future. Though internal, this requires deprecation due to known public usage in @itwin/core-react. */ export declare const getClassName: (obj: any) => string; //# sourceMappingURL=misc.d.ts.map