@microsoft/windows-admin-center-sdk
Version:
Microsoft - Windows Admin Center Shell
16 lines (15 loc) • 571 B
TypeScript
import * as i0 from "@angular/core";
export declare class GuidedPaneComponent {
paneId: string;
active: boolean;
/**
* Host element binding for the display of the pane
*/
get getTop(): "none" | "block";
/**
* Host element binding for the height of the pane
*/
get fullHeight(): string;
static ɵfac: i0.ɵɵFactoryDeclaration<GuidedPaneComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<GuidedPaneComponent, "sme-guided-pane", never, { "paneId": "paneId"; }, {}, never, ["*"], false, never>;
}