@alfresco/adf-core
Version:
13 lines (12 loc) • 871 B
TypeScript
import { ContextMenuDirective } from './context-menu.directive';
import { ContextMenuListComponent } from './context-menu-list.component';
import * as i0 from "@angular/core";
import * as i1 from "./context-menu-list.component";
import * as i2 from "./context-menu.directive";
export declare const CONTEXT_MENU_DIRECTIVES: readonly [typeof ContextMenuListComponent, typeof ContextMenuDirective];
/** @deprecated use `...CONTEXT_MENU_DIRECTIVES` or import standalone directives */
export declare class ContextMenuModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ContextMenuModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ContextMenuModule, never, [typeof i1.ContextMenuListComponent, typeof i2.ContextMenuDirective], [typeof i1.ContextMenuListComponent, typeof i2.ContextMenuDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ContextMenuModule>;
}