UNPKG

ngx-eagle

Version:

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

6 lines (4 loc) 246 B
const DividerOrientation = ['left', 'center', 'right'] as const; export type NgxOrientation = (typeof DividerOrientation)[number]; const DividerType = ['horizontal', 'vertical'] as const; export type NgxType = (typeof DividerType)[number];