@itwin/core-react
Version:
A react component library of iTwin.js UI general purpose components
9 lines • 395 B
TypeScript
/** @packageDocumentation
* @module Utilities
*/
/** Hook that will show a popup window
* @public
* @deprecated in 4.16.0. Without a replacement, use a custom solution instead.
*/
export declare function useCrossOriginPopup(visible: boolean, url: string | undefined, title: string, width: number, height: number, onClose: () => void): void;
//# sourceMappingURL=useCrossOriginPopup.d.ts.map