UNPKG

@progress/kendo-angular-toolbar

Version:

Kendo UI Angular Toolbar component - a single UI element that organizes buttons and other navigation elements

26 lines (25 loc) 1.33 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { ComponentMessages } from '@progress/kendo-angular-l10n'; import * as i0 from "@angular/core"; /** * @hidden */ export declare class ToolbarMessages extends ComponentMessages { /** * The title of the **More Tools** button in a responsive ToolBar */ moreToolsTitle: string; /** * The title for the **Previous Tool** button when the Toolbar is scrollable. */ previousToolButton: string; /** * The title for the **Next Tool** button when the Toolbar is scrollable. */ nextToolButton: string; static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarMessages, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<ToolbarMessages, "kendo-toolbar-messages-base", never, { "moreToolsTitle": { "alias": "moreToolsTitle"; "required": false; }; "previousToolButton": { "alias": "previousToolButton"; "required": false; }; "nextToolButton": { "alias": "nextToolButton"; "required": false; }; }, {}, never, never, false, never>; }