UNPKG

@skyux/core

Version:

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

8 lines (7 loc) 193 B
import { SkyAffixPlacement } from './affix-placement'; export interface SkyAffixPlacementChange { /** * The changed placement value. */ placement: SkyAffixPlacement | null; }