UNPKG

@progress/kendo-angular-buttons

Version:
18 lines (17 loc) 828 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { Observable, Subject } from 'rxjs'; import { ButtonComponent } from "./button.component"; import * as i0 from "@angular/core"; /** * @hidden */ export declare class KendoButtonService { buttonClicked: Subject<ButtonComponent>; buttonClicked$: Observable<ButtonComponent>; click(button: ButtonComponent): void; static ɵfac: i0.ɵɵFactoryDeclaration<KendoButtonService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<KendoButtonService>; }