UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

12 lines (11 loc) 281 B
import { MouseEventArgs } from "./MouseEventArgs"; import { Type } from "./type"; /** * @hidden */ export declare class MouseButtonEventArgs extends MouseEventArgs { static $t: Type; private _handled; get handled(): boolean; set handled(a: boolean); }