UNPKG

ngx-eagle

Version:

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

6 lines (2 loc) 143 B
const TimelineModes = ['left', 'alternate', 'right','default'] as const; export type NgxTimelineMode = (typeof TimelineModes)[number];