@alfresco/adf-core
Version:
13 lines (12 loc) • 882 B
TypeScript
import { LanguageMenuComponent } from './language-menu.component';
import { LanguagePickerComponent } from './language-picker.component';
import * as i0 from "@angular/core";
import * as i1 from "./language-menu.component";
import * as i2 from "./language-picker.component";
export declare const LANGUAGE_MENU_DIRECTIVES: readonly [typeof LanguageMenuComponent, typeof LanguagePickerComponent];
/** @deprecated use `...LANGUAGE_MENU_DIRECTIVES` or import components directly instead. */
export declare class LanguageMenuModule {
static ɵfac: i0.ɵɵFactoryDeclaration<LanguageMenuModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<LanguageMenuModule, never, [typeof i1.LanguageMenuComponent, typeof i2.LanguagePickerComponent], [typeof i1.LanguageMenuComponent, typeof i2.LanguagePickerComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<LanguageMenuModule>;
}