@doku-dev/doku-fragment
Version:
A new Angular UI library that moving away from Bootstrap and built from scratch.
14 lines (13 loc) • 1.06 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./form-field.component";
import * as i2 from "./field-label.component";
import * as i3 from "./field-helpers/field-hint.component";
import * as i4 from "./field-helpers/field-error.component";
import * as i5 from "./field-helpers/field-success.component";
import * as i6 from "./directives/field-suffix.directive";
import * as i7 from "./directives/field-prefix.directive";
export declare class DokuFormFieldModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DokuFormFieldModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DokuFormFieldModule, never, [typeof i1.DokuFormField, typeof i2.DokuFieldLabel, typeof i3.DokuFieldHint, typeof i4.DokuFieldError, typeof i5.DokuFieldSuccess, typeof i6.DokuFieldSuffix, typeof i7.DokuFieldPrefix], [typeof i1.DokuFormField, typeof i2.DokuFieldLabel, typeof i3.DokuFieldHint, typeof i4.DokuFieldError, typeof i5.DokuFieldSuccess, typeof i6.DokuFieldSuffix, typeof i7.DokuFieldPrefix]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DokuFormFieldModule>;
}