UNPKG

devexpress-reporting

Version:

DevExpress Reporting provides the capability to develop a reporting application to create and customize reports.

18 lines (17 loc) 1.05 kB
/** * DevExpress HTML/JS Reporting (viewer\mobile\internal\_mobileBindings.d.ts) * Version: 24.2.7 * Build date: Apr 29, 2025 * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED * License: https://www.devexpress.com/Support/EULAs/universal.xml */ import 'devextreme/common/core/events/transform'; import 'devextreme/common/core/events/pointer'; import { IZoomOptions } from '../mobilePreview.viewModel'; import { IMobileSearchViewModel } from './_mobileSearch'; import { IMobilePaginatorViewModel } from './_paginator'; import { ISlideOptions } from '../mobilePreview'; export declare function initializeMobileZoomBinding(element: HTMLElement, options: IZoomOptions): void; export declare function initializeSlideBinding(element: HTMLElement, options: ISlideOptions): () => void; export declare function initializeMobileSearchBinding(element: HTMLDivElement, viewModel: IMobileSearchViewModel): () => void; export declare function initializeMobilePaginatorBinding(element: HTMLElement, viewModel: IMobilePaginatorViewModel): void;