UNPKG

devexpress-reporting

Version:

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

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