export interface PagesRotationEvent {
    source: any;
    pagesRotation: 0 | 90 | 180 | 270;
    pageNumber: number;
}
