UNPKG

ngx-eagle

Version:

UI component infrastructure and Design components for mobile and desktop Angular web applications.

3 lines (2 loc) 112 B
const Position = ['top', 'bottom', 'left','right'] as const; export type Position= (typeof Position)[number];