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
/
src
/
components
/
index.ts
5 lines
(4 loc)
•
270 B
text/typescript
View Raw
1
2
3
4
5
export
{
SwiperFlatList
}
from
'./SwiperFlatList/SwiperFlatList'
;
export
type
{
SwiperFlatListProps
}
from
'./SwiperFlatList/SwiperFlatListProps'
;
export
{
Pagination
}
from
'./Pagination/Pagination'
;
export
type
{
PaginationProps
}
from
'./Pagination/PaginationProps'
;