@clr/angular
Version:
Angular components for Clarity
17 lines (14 loc) • 746 B
TypeScript
import * as i1 from '@clr/angular/popover/dropdown';
export * from '@clr/angular/popover/dropdown';
export * from '@clr/angular/popover/common';
import * as i0 from '@angular/core';
import * as i2 from '@clr/angular/popover/signpost';
export * from '@clr/angular/popover/signpost';
import * as i3 from '@clr/angular/popover/tooltip';
export * from '@clr/angular/popover/tooltip';
declare class ClrPopoverModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ClrPopoverModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ClrPopoverModule, never, never, [typeof i1.ClrDropdownModule, typeof i2.ClrSignpostModule, typeof i3.ClrTooltipModule]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ClrPopoverModule>;
}
export { ClrPopoverModule };