UNPKG

@skyux/core

Version:

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

5 lines (4 loc) 147 B
/** * The vertical alignment of the affixed element to the base element. */ export type SkyAffixVerticalAlignment = 'top' | 'middle' | 'bottom';