UNPKG

@skyux/core

Version:

This library was generated with [Nx](https://nx.dev).

7 lines (6 loc) 205 B
import { InjectionToken } from '@angular/core'; import { SkyStackingContext } from './stacking-context'; /** * @internal */ export declare const SKY_STACKING_CONTEXT: InjectionToken<SkyStackingContext>;