UNPKG

@skyux/core

Version:

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

5 lines (4 loc) 151 B
/** * The horizontal alignment of the affixed element to the base element. */ export type SkyAffixHorizontalAlignment = 'left' | 'center' | 'right';