@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
17 lines (16 loc) • 733 B
TypeScript
import { Injector } from '@angular/core';
import { CoreBaseComponent } from '../common/base.component';
import * as i0 from "@angular/core";
export declare class SettingsNavigationComponent extends CoreBaseComponent {
/**
* The source name to use for logging
*/
protected get logSourceName(): string;
constructor(injector: Injector);
/**
* Gets the initial host classes to be applied to this element
*/
protected getInitialHostClasses(): string[];
static ɵfac: i0.ɵɵFactoryDeclaration<SettingsNavigationComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<SettingsNavigationComponent, "sme-settings-navigation", never, {}, {}, never, ["*"], false, never>;
}