ng-fusion-ui
Version:
New Angular component library!
12 lines (11 loc) • 810 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./directives/btn-outline.directive";
import * as i2 from "./directives/btn-filled.directive";
import * as i3 from "./directives/btn-text.directive";
import * as i4 from "./directives/button.directive";
import * as i5 from "@angular/common";
export declare class ButtonModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ButtonModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ButtonModule, never, [typeof i1.OutlinedButtonDirective, typeof i2.FilledButtonDirective, typeof i3.TextButtonDirective, typeof i4.ButtonDirective, typeof i5.CommonModule], [typeof i1.OutlinedButtonDirective, typeof i2.FilledButtonDirective, typeof i3.TextButtonDirective, typeof i4.ButtonDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ButtonModule>;
}