UNPKG
@tuya-oh/react-native-swiper-flatlist
Version:
latest (3.0.14-0.0.2)
3.0.14-0.0.2
3.0.14-0.0.1
React native swiper flatlist component for harmonyOS
gitee.com/rn-mi/ty-react-native-swiper-flatlist
@tuya-oh/react-native-swiper-flatlist
/
index.ts
7 lines
(4 loc)
•
227 B
text/typescript
View Raw
1
2
3
4
5
6
7
import
{
SwiperFlatList
,
Pagination
,
PaginationProps
,
SwiperFlatListProps
}
from
'./src/components'
;
export
default
SwiperFlatList
;
export
{
SwiperFlatList
,
Pagination
};
export
type
{
PaginationProps
,
SwiperFlatListProps
};