@alfresco/adf-core
Version:
13 lines (12 loc) • 1.41 kB
TypeScript
import { InfoDrawerLayoutComponent, InfoDrawerTitleDirective, InfoDrawerButtonsDirective, InfoDrawerContentDirective } from './info-drawer-layout.component';
import { InfoDrawerComponent, InfoDrawerTabComponent } from './info-drawer.component';
import * as i0 from "@angular/core";
import * as i1 from "./info-drawer-layout.component";
import * as i2 from "./info-drawer.component";
export declare const INFO_DRAWER_DIRECTIVES: readonly [typeof InfoDrawerLayoutComponent, typeof InfoDrawerTabComponent, typeof InfoDrawerComponent, typeof InfoDrawerTitleDirective, typeof InfoDrawerButtonsDirective, typeof InfoDrawerContentDirective];
/** @deprecated use `...INFO_DRAWER_DIRECTIVES` or import standalone directives directly */
export declare class InfoDrawerModule {
static ɵfac: i0.ɵɵFactoryDeclaration<InfoDrawerModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<InfoDrawerModule, never, [typeof i1.InfoDrawerLayoutComponent, typeof i2.InfoDrawerTabComponent, typeof i2.InfoDrawerComponent, typeof i1.InfoDrawerTitleDirective, typeof i1.InfoDrawerButtonsDirective, typeof i1.InfoDrawerContentDirective], [typeof i1.InfoDrawerLayoutComponent, typeof i2.InfoDrawerTabComponent, typeof i2.InfoDrawerComponent, typeof i1.InfoDrawerTitleDirective, typeof i1.InfoDrawerButtonsDirective, typeof i1.InfoDrawerContentDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<InfoDrawerModule>;
}