igniteui-angular
Version:
Ignite UI for Angular is a dependency-free Angular toolkit for building modern web apps
13 lines (12 loc) • 626 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./button.directive";
import * as i2 from "./icon-button.directive";
/**
* @hidden
* IMPORTANT: The following is NgModule exported for backwards-compatibility before standalone components
*/
export declare class IgxButtonModule {
static ɵfac: i0.ɵɵFactoryDeclaration<IgxButtonModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<IgxButtonModule, never, [typeof i1.IgxButtonDirective, typeof i2.IgxIconButtonDirective], [typeof i1.IgxButtonDirective, typeof i2.IgxIconButtonDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<IgxButtonModule>;
}