UNPKG

@progress/kendo-angular-toolbar

Version:

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

18 lines (17 loc) 1.3 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ export { ToolBarComponent } from './toolbar.component'; export { ToolBarToolComponent } from './tools/toolbar-tool.component'; export { ToolBarButtonComponent } from './tools/toolbar-button.component'; export { ToolBarButtonGroupComponent } from './tools/toolbar-buttongroup.component'; export { ToolBarDropDownButtonComponent } from './tools/toolbar-dropdownbutton.component'; export { ToolBarSplitButtonComponent } from './tools/toolbar-splitbutton.component'; export { ToolBarSeparatorComponent } from './tools/toolbar-separator.component'; export { ToolBarSpacerComponent } from './tools/toolbar-spacer.component'; export { ToolBarModule } from './toolbar.module'; export { LocalizedToolbarMessagesDirective } from './localization/localized-toolbar-messages.directive'; export { ToolbarCustomMessagesComponent } from './localization/custom-messages.component'; export { RefreshService } from './refresh.service'; export * from './directives';