@alfresco/adf-core
Version:
15 lines (14 loc) • 1.02 kB
TypeScript
import { ToolbarDividerComponent } from './toolbar-divider.component';
import { ToolbarTitleComponent } from './toolbar-title.component';
import { ToolbarComponent } from './toolbar.component';
import * as i0 from "@angular/core";
import * as i1 from "./toolbar.component";
import * as i2 from "./toolbar-title.component";
import * as i3 from "./toolbar-divider.component";
export declare const TOOLBAR_DIRECTIVES: readonly [typeof ToolbarComponent, typeof ToolbarTitleComponent, typeof ToolbarDividerComponent];
/** @deprecated use `...TOOLBAR_DIRECTIVES` or import standalone components */
export declare class ToolbarModule {
static ɵfac: i0.ɵɵFactoryDeclaration<ToolbarModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<ToolbarModule, never, [typeof i1.ToolbarComponent, typeof i2.ToolbarTitleComponent, typeof i3.ToolbarDividerComponent], [typeof i1.ToolbarComponent, typeof i2.ToolbarTitleComponent, typeof i3.ToolbarDividerComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<ToolbarModule>;
}