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