@progress/kendo-vue-buttons
Version:
28 lines (27 loc) • 764 B
TypeScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
/**
* @hidden
*/
export declare const prevArrowTitle = "prevArrow.title";
/**
* @hidden
*/
export declare const nextArrowTitle = "nextArrow.title";
/**
* @hidden
*/
export declare const moreButtonTitle = "moreButtonTitle.title";
/**
* @hidden
*/
export declare const messages: {
"prevArrow.title": string;
"nextArrow.title": string;
"moreButtonTitle.title": string;
};