@progress/kendo-angular-buttons
Version:
Buttons Package for Angular
20 lines (19 loc) • 1.04 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2026 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 "./segmented-control.component";
/**
* Represents the exported package module.
*
* Required for adding SegmentedControl features in NgModule-based Angular applications.
*
* The package exports:
* - `SegmentedControlComponent`—The SegmentedControl component class.
*/
export declare class SegmentedControlModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SegmentedControlModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SegmentedControlModule, never, [typeof i1.SegmentedControlComponent], [typeof i1.SegmentedControlComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SegmentedControlModule>;
}