UNPKG

@skyux/core

Version:

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

11 lines (10 loc) 289 B
export declare enum SkyAffixAutoFitContext { /** * Auto-fit functionality will respect the nearest overflow parent element's dimensions. */ OverflowParent = 0, /** * Auto-fit functionality will respect the browser viewport dimensions. */ Viewport = 1 }