@syncfusion/ej2-angular-splitbuttons
Version:
A package of feature-rich Essential JS 2 components such as DropDownButton, SplitButton, ProgressButton and ButtonGroup. for Angular
13 lines (12 loc) • 746 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./dropdownbutton.component";
import * as i2 from "./items.directive";
import * as i3 from "@angular/common";
/**
* NgModule definition for the DropDownButton component.
*/
export declare class DropDownButtonModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DropDownButtonModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DropDownButtonModule, [typeof i1.DropDownButtonComponent, typeof i2.DropDownButtonItemDirective, typeof i2.DropDownButtonItemsDirective], [typeof i3.CommonModule], [typeof i1.DropDownButtonComponent, typeof i2.DropDownButtonItemDirective, typeof i2.DropDownButtonItemsDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DropDownButtonModule>;
}