UNPKG

devexpress-reporting

Version:

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

18 lines (17 loc) 822 B
/** * DevExpress HTML/JS Reporting (designer\controls\_xrTodoControl.d.ts) * Version: 20.2.13 * Build date: Apr 10, 2023 * Copyright (c) 2012 - 2023 Developer Express Inc. ALL RIGHTS RESERVED * License: https://www.devexpress.com/Support/EULAs/universal.xml */ import { XRControlViewModel, XRControlSurface } from './xrControl'; import { ElementViewModel, ISurfaceContext } from '@devexpress/analytics-core/analytics-elements'; import { ModelSerializer } from '@devexpress/analytics-core/analytics-utils'; export declare class UnknownViewModel extends XRControlViewModel { constructor(model: any, parent: ElementViewModel, serializer?: ModelSerializer); _model: any; } export declare class TodoControlSurface extends XRControlSurface { constructor(control: XRControlViewModel, context: ISurfaceContext); }