@progress/kendo-react-scrollview
Version:
React ScrollView (React Carousel) displays images or content in a horizontally scrollable collection. KendoReact ScrollView package
17 lines (16 loc) • 531 B
JavaScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
const e = "scrollview.previous", s = "scrollview.next", o = {
[ ]: "Previous",
[ ]: "Next"
};
export {
o as messages,
s as next,
e as previous
};