UNPKG
@nativescript-community/ui-pager-indicator
Version:
latest (14.1.34)
14.1.34
14.1.33
14.1.32
14.1.31
14.1.30
14.1.29
14.1.28
14.1.27
14.1.26
14.1.25
14.1.24
14.1.23
14.1.22
14.1.21
14.1.20
14.1.19
14.1.18
14.1.17
14.1.16
14.1.15
14.1.14
14.1.13
14.1.12
14.1.11
14.1.10
14.1.9
14.1.8
14.1.6
14.1.5
14.1.4
14.1.3
14.1.2
14.1.1
14.1.0
14.0.3
A NativeScript Indicator for Pager / Carousel /CollectionView
nativescript-community/ui-pager
@nativescript-community/ui-pager-indicator
/
index.d.ts
9 lines
(6 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
View
}
from
'@nativescript/core'
;
import
{
PagerIndicatorBase
}
from
'./index.common'
;
export
declare
class
PagerIndicator
extends
PagerIndicatorBase
{}
export
interface
IndicatorHolder
{
setIndicator
(
indicator
:
PagerIndicator
); }