UNPKG

@progress/kendo-angular-toolbar

Version:

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

32 lines (31 loc) 2.46 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import * as i0 from "@angular/core"; import * as i1 from "./toolbar.component"; import * as i2 from "./localization/custom-messages.component"; import * as i3 from "./tools/toolbar-button.component"; import * as i4 from "./tools/toolbar-buttongroup.component"; import * as i5 from "./tools/toolbar-dropdownbutton.component"; import * as i6 from "./tools/toolbar-separator.component"; import * as i7 from "./tools/toolbar-spacer.component"; import * as i8 from "./tools/toolbar-splitbutton.component"; import * as i9 from "./tools/toolbar-tool.component"; /** * Represents the [NgModule](link:site.data.urls.angular['ngmoduleapi']) definition for the ToolBar component. * * The package exports: * - `ToolBarComponent`&mdash;The ToolBarComponent class. * - `ToolBarToolComponent`&mdash;The base Tool component class. * - `ToolBarButtonComponent`&mdash;The Button Tool component class. * - `ToolBarButtonGroupComponent`&mdash;The ButtonGroup Tool component class. * - `ToolBarDropDownButtonComponent`&mdash;The DropDownButton Tool component class. * - `ToolBarSplitButtonComponent`&mdash;The SplitButton Tool component class. * - `ToolBarSeparatorComponent`&mdash;The Separator Tool component class. */ export declare class ToolBarModule { static ɵfac: i0.ɵɵFactoryDeclaration<ToolBarModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<ToolBarModule, never, [typeof i1.ToolBarComponent, typeof i2.ToolbarCustomMessagesComponent, typeof i3.ToolBarButtonComponent, typeof i4.ToolBarButtonGroupComponent, typeof i5.ToolBarDropDownButtonComponent, typeof i6.ToolBarSeparatorComponent, typeof i7.ToolBarSpacerComponent, typeof i8.ToolBarSplitButtonComponent, typeof i9.ToolBarToolComponent], [typeof i1.ToolBarComponent, typeof i2.ToolbarCustomMessagesComponent, typeof i3.ToolBarButtonComponent, typeof i4.ToolBarButtonGroupComponent, typeof i5.ToolBarDropDownButtonComponent, typeof i6.ToolBarSeparatorComponent, typeof i7.ToolBarSpacerComponent, typeof i8.ToolBarSplitButtonComponent, typeof i9.ToolBarToolComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<ToolBarModule>; }