@bimeister/pupakit.forms
Version:
PupaKit Forms
15 lines (14 loc) • 1.04 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./components/textarea/textarea.component";
import * as i2 from "./components/textarea-inline/textarea-inline.component";
import * as i3 from "@angular/common";
import * as i4 from "@angular/forms";
import * as i5 from "@bimeister/pupakit.kit";
import * as i6 from "@bimeister/pupakit.icons";
import * as i7 from "@angular/cdk/overlay";
import * as i8 from "@angular/cdk/portal";
export declare class PupaTextareaModule {
static ɵfac: i0.ɵɵFactoryDeclaration<PupaTextareaModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<PupaTextareaModule, [typeof i1.TextareaComponent, typeof i2.TextareaInlineComponent], [typeof i3.CommonModule, typeof i4.FormsModule, typeof i4.ReactiveFormsModule, typeof i5.PupaScrollableModule, typeof i6.PupaIconsModule, typeof i5.PupaThemeWrapperModule, typeof i7.OverlayModule, typeof i8.PortalModule], [typeof i1.TextareaComponent, typeof i2.TextareaInlineComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<PupaTextareaModule>;
}