UNPKG

@progress/telerik-common-report-viewer

Version:

Common code for Progress® Telerik® Report Viewer

8 lines (7 loc) 215 B
import { PageAction } from './'; export declare class PageActionEventArgs { element: HTMLElement; action: PageAction; cancel: boolean; constructor(element: HTMLElement, action: PageAction); }