@itwin/appui-abstract
Version:
iTwin.js UI abstractions
11 lines • 446 B
TypeScript
/** @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 - might be removed in next major version. This type is a duplicate of [[BeUiEvent]], which should be used instead.
*/
export declare class UiEvent<TEventArgs> extends BeUiEvent<TEventArgs> {
}
//# sourceMappingURL=UiEvent.d.ts.map