@progress/kendo-react-buttons
Version:
All you need in React Button in one package: disabled/enabled states, built-in styles and more. KendoReact Buttons package
19 lines (18 loc) • 646 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 t = "prevArrow.title", o = "nextArrow.title", e = "moreButtonTitle.title", r = {
[ ]: "Previous scroll button",
[ ]: "Next scroll button",
[ ]: "More button"
};
export {
r as messages,
e as moreButtonTitle,
o as nextArrowTitle,
t as prevArrowTitle
};