@progress/kendo-angular-buttons
Version:
Buttons Package for Angular
23 lines (22 loc) • 1.51 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 "./splitbutton.component";
import * as i2 from "./localization/custom-messages.component";
import * as i3 from "@progress/kendo-angular-common";
import * as i4 from "../listbutton/button-item-template.directive";
/**
*
* The exported package module.
*
* The package exports:
* - `SplitButtonComponent`—The SplitButton component class.
* - `SplitButtonCustomMessagesComponent`—The SplitButton custom messages component class.
*/
export declare class SplitButtonModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SplitButtonModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SplitButtonModule, never, [typeof i1.SplitButtonComponent, typeof i2.SplitButtonCustomMessagesComponent, typeof i3.ToggleButtonTabStopDirective, typeof i4.ButtonItemTemplateDirective, typeof i3.ToggleButtonTabStopDirective], [typeof i1.SplitButtonComponent, typeof i2.SplitButtonCustomMessagesComponent, typeof i3.ToggleButtonTabStopDirective, typeof i4.ButtonItemTemplateDirective, typeof i3.ToggleButtonTabStopDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SplitButtonModule>;
}