@itwin/appui-abstract
Version:
iTwin.js UI abstractions
15 lines • 758 B
JavaScript
/*---------------------------------------------------------------------------------------------
* Copyright (c) Bentley Systems, Incorporated. All rights reserved.
* See LICENSE.md in the project root for license terms and full copyright notice.
*--------------------------------------------------------------------------------------------*/
/** @packageDocumentation
* @module Utilities
*/
import { BeUiEvent } from "@itwin/core-bentley";
/** iTwin.js UI UiEvent class is a subclass of BeEvent with argument type safety.
* @public
* @deprecated in 4.2 - will not be removed until after 2026-06-13. This type is a duplicate of [[BeUiEvent]], which should be used instead.
*/
export class UiEvent extends BeUiEvent {
}
//# sourceMappingURL=UiEvent.js.map