@progress/kendo-angular-scrollview
Version:
A ScrollView Component for Angular
10 lines (9 loc) • 658 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 { ScrollViewComponent } from './scrollview.component';
export { ScrollViewModule } from './scrollview.module';
export { ScrollViewPagerComponent } from './scrollview-pager.component';
export { CustomMessagesComponent } from './localization/custom-messages.component';
export * from './directives';