UNPKG

@progress/kendo-angular-toolbar

Version:

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

30 lines (29 loc) 1.22 kB
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { ElementRef, AfterViewInit } from '@angular/core'; import { ToolBarToolComponent } from './toolbar-tool.component'; import * as i0 from "@angular/core"; /** * Represents the [Kendo UI ToolBar Separator for Angular]({% slug controltypes_toolbar %}#toc-separators). */ export declare class ToolBarSeparatorComponent extends ToolBarToolComponent implements AfterViewInit { separator: ElementRef; constructor(); /** * @hidden */ canFocus(): boolean; /** * @hidden */ focus(): void; /** * @hidden */ handleKey(): boolean; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration<ToolBarSeparatorComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<ToolBarSeparatorComponent, "kendo-toolbar-separator", ["kendoToolBarSeparator"], {}, {}, never, never, true, never>; }