@doku-dev/doku-fragment
Version:
A new Angular UI library that moving away from Bootstrap and built from scratch.
11 lines (10 loc) • 792 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./popover.directive";
import * as i2 from "./partial-templates/popover-title/popover-title.component";
import * as i3 from "./partial-templates/popover-body/popover-body.component";
import * as i4 from "./partial-templates/popover-footer/popover-footer.component";
export declare class DokuPopoverModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DokuPopoverModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DokuPopoverModule, never, [typeof i1.DokuPopover, typeof i2.DokuPopoverTitle, typeof i3.DokuPopoverBody, typeof i4.DokuPopoverFooter], [typeof i1.DokuPopover, typeof i2.DokuPopoverTitle, typeof i3.DokuPopoverBody, typeof i4.DokuPopoverFooter]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DokuPopoverModule>;
}