UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

19 lines (7 loc) 180 B
export declare class IgcCancelableEventArgs { /** * Provides the ability to cancel the event. */ public cancel: boolean; }