@alfresco/adf-core
Version:
21 lines (20 loc) • 1.68 kB
TypeScript
import { HighlightDirective } from './highlight.directive';
import { InfiniteSelectScrollDirective } from './infinite-select-scroll.directive';
import { LogoutDirective } from './logout.directive';
import { TooltipCardComponent } from './tooltip-card/tooltip-card.component';
import { TooltipCardDirective } from './tooltip-card/tooltip-card.directive';
import { UploadDirective } from './upload.directive';
import * as i0 from "@angular/core";
import * as i1 from "./highlight.directive";
import * as i2 from "./logout.directive";
import * as i3 from "./upload.directive";
import * as i4 from "./tooltip-card/tooltip-card.directive";
import * as i5 from "./tooltip-card/tooltip-card.component";
import * as i6 from "./infinite-select-scroll.directive";
export declare const CORE_DIRECTIVES: (typeof TooltipCardComponent | typeof TooltipCardDirective | typeof HighlightDirective | typeof InfiniteSelectScrollDirective | typeof LogoutDirective | typeof UploadDirective)[];
/** @deprecated use `...CORE_DIRECTIVES` or import standalone directives directly */
export declare class DirectiveModule {
static ɵfac: i0.ɵɵFactoryDeclaration<DirectiveModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<DirectiveModule, never, [typeof i1.HighlightDirective, typeof i2.LogoutDirective, typeof i3.UploadDirective, typeof i4.TooltipCardDirective, typeof i5.TooltipCardComponent, typeof i6.InfiniteSelectScrollDirective], [typeof i1.HighlightDirective, typeof i2.LogoutDirective, typeof i3.UploadDirective, typeof i4.TooltipCardDirective, typeof i5.TooltipCardComponent, typeof i6.InfiniteSelectScrollDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<DirectiveModule>;
}