UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

19 lines (18 loc) 851 B
import { Injector, OnChanges, OnInit, SimpleChanges } from '@angular/core'; import { CoreBaseComponent } from '../common/base.component'; import * as i0 from "@angular/core"; export declare class SettingsFooterComponent extends CoreBaseComponent implements OnChanges, OnInit { /** * The source name to use for logging */ protected get logSourceName(): string; constructor(injector: Injector); ngOnInit(): void; /** * Gets the initial host classes to be applied to this element */ protected getInitialHostClasses(): string[]; ngOnChanges(changes: SimpleChanges): void; static ɵfac: i0.ɵɵFactoryDeclaration<SettingsFooterComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<SettingsFooterComponent, "sme-settings-footer", never, {}, {}, never, ["*"], false, never>; }