UNPKG

@skyux/core

Version:

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

8 lines (7 loc) 197 B
import { SkyAffixOffset } from './affix-offset'; /** * The arguments supplied to the affix offset change event listener. */ export interface SkyAffixOffsetChange { offset?: SkyAffixOffset; }