@doku-dev/doku-fragment
Version:
A new Angular UI library that moving away from Bootstrap and built from scratch.
12 lines (11 loc) • 939 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./select.component";
import * as i2 from "./directives/select-label-template.directive";
import * as i3 from "./directives/select-option-template.directive";
import * as i4 from "./directives/select-no-item-template.directive";
import * as i5 from "./directives/select-loading-template.directive";
export declare class DokuSelectModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DokuSelectModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DokuSelectModule, never, [typeof i1.DokuSelect, typeof i2.DokuSelectLabelTemplate, typeof i3.DokuSelectOptionTemplate, typeof i4.DokuSelectNoItemTemplate, typeof i5.DokuSelectLoadingTemplate], [typeof i1.DokuSelect, typeof i2.DokuSelectLabelTemplate, typeof i3.DokuSelectOptionTemplate, typeof i4.DokuSelectNoItemTemplate, typeof i5.DokuSelectLoadingTemplate]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DokuSelectModule>;
}