@progress/kendo-angular-utils
Version:
Kendo UI Angular utils component
10 lines (9 loc) • 653 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
export { AdaptiveService } from './adaptive.service';
export { AdaptiveSettings } from './models/adaptive-settings';
export { ADAPTIVE_SETTINGS } from './adaptive-settings';
export { AdaptiveSize } from './models/adaptive-size';
export { AdaptiveSettingsService } from './adaptive-settings.service';