@doku-dev/doku-fragment
Version:
A new Angular UI library that moving away from Bootstrap and built from scratch.
10 lines (9 loc) • 555 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./pill.component";
import * as i2 from "./pill-button.component";
import * as i3 from "./pill-group.component";
export declare class DokuPillModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DokuPillModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DokuPillModule, never, [typeof i1.DokuPill, typeof i2.DokuPillButton, typeof i3.DokuPillGroup], [typeof i1.DokuPill, typeof i2.DokuPillButton, typeof i3.DokuPillGroup]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DokuPillModule>;
}