@progress/kendo-angular-toolbar
Version:
Kendo UI Angular Toolbar component - a single UI element that organizes buttons and other navigation elements
22 lines (21 loc) • 1.03 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { ToolBarRendererComponent } from '../renderer.component';
import { Subject } from 'rxjs';
import { ToolBarToolComponent } from './toolbar-tool.component';
import * as i0 from "@angular/core";
/**
* @hidden
*/
export declare class ToolbarToolsService {
renderedToolsChange: Subject<ToolBarRendererComponent[]>;
overflowToolsChange: Subject<ToolBarRendererComponent[]>;
renderedTools: ToolBarRendererComponent[];
overflowTools: ToolBarRendererComponent[];
allTools: ToolBarToolComponent[];
reset(): void;
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarToolsService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<ToolbarToolsService>;
}