UNPKG

@skyux/core

Version:

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

5 lines (4 loc) 143 B
/** * The placement of the affixed element around the base element. */ export type SkyAffixPlacement = 'above' | 'below' | 'left' | 'right';