UNPKG

ngx-eagle

Version:

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

6 lines (5 loc) 91 B
export interface Carousel { id: string; isActive: boolean; disabled: boolean; }