@progress/kendo-angular-chart-wizard
Version:
Kendo UI Angular Chart Wizard component
13 lines (12 loc) • 715 B
JavaScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
export * from './chart-wizard.component';
export * from './chart-wizard.module';
export * from './grid-integration';
export * from './common';
export * from './events';
export { CustomMessagesComponent } from './localization/custom-messages.component';
export { ChartWizardModule } from './chart-wizard.module';
export { KENDO_CHARTWIZARD } from './directives';