UNPKG
@ciri/ngx-carousel
Version:
latest (0.0.4)
0.0.4
A simple angular carousel component.
github.com/xiaojun1994/ngx-carousel
xiaojun1994/ngx-carousel
@ciri/ngx-carousel
/
lib
/
carousel.model.d.ts
9 lines
(8 loc)
•
160 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
CarouselData
{
active
:
number
;
count
:
number
;
offset
:
number
;
animating
:
boolean
;
atFirst
:
boolean
;
atLast
:
boolean
; }