smart-webcomponents-angular
Version:
[](https://jqwidgets.com/license/)
11 lines (10 loc) • 701 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./smart.button";
import * as i2 from "./smart.repeatbutton";
import * as i3 from "./smart.togglebutton";
import * as i4 from "./smart.powerbutton";
export declare class ButtonModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonModule, [typeof i1.ButtonComponent, typeof i2.RepeatButtonComponent, typeof i3.ToggleButtonComponent, typeof i4.PowerButtonComponent], never, [typeof i1.ButtonComponent, typeof i2.RepeatButtonComponent, typeof i3.ToggleButtonComponent, typeof i4.PowerButtonComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ButtonModule>;
}