UNPKG

@microsoft/windows-admin-center-sdk

Version:

Microsoft - Windows Admin Center Shell

11 lines (10 loc) 418 B
import { InjectionToken } from '@angular/core'; import { PivotComponent } from './pivot.component'; export interface PivotTabContainer { renderTab: (tab: PivotComponent) => void; applyTabStyle: (element: HTMLElement) => void; } /** * Injection token used to provide a {@link PivotTabContainer } reference */ export declare const SME_PIVOT_TAB_CONTAINER_PROVIDER: InjectionToken<PivotTabContainer>;