UNPKG

@progress/kendo-angular-chart-wizard

Version:

Kendo UI Angular Chart Wizard component

7 lines (6 loc) 617 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ export { ChartWizardDataCell, ChartWizardDataRow, DataColumn, DataRow } from '@progress/kendo-charts'; export declare const getWizardDataFromDataRows: (dataRows: import("@progress/kendo-charts").DataRow[]) => import("@progress/kendo-charts").ChartWizardDataRow[];