@progress/kendo-angular-buttons
Version:
Buttons Package for Angular
21 lines (20 loc) • 1.05 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 * as i0 from "@angular/core";
import * as i1 from "../button/button.component";
import * as i2 from "./buttongroup.component";
/**
*
* The exported package module.
*
* The package exports:
* - `ButtonGroupComponent`—The ButtonGroup component class.
* - `ButtonComponent`—The Button component class.
*/
export declare class ButtonGroupModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonGroupModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonGroupModule, never, [typeof i1.ButtonComponent, typeof i2.ButtonGroupComponent], [typeof i1.ButtonComponent, typeof i2.ButtonGroupComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ButtonGroupModule>;
}