UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

10 lines (9 loc) 324 B
import { EventEmitter, InjectionToken } from '@angular/core'; export interface Layout { layoutChanged: EventEmitter<void>; windowBreakpointChanged?: EventEmitter<void>; } /** * Injection token used to provide a {@link Layout} reference */ export declare const SME_LAYOUT_PROVIDER: InjectionToken<Layout>;