UNPKG

react-native-modern-elements

Version:

A modern, customizable UI component library for React Native

10 lines (9 loc) 233 B
import React from "react"; type ListFooterProps = { loadingMore: boolean; dataLength: number; totalResult: number; hasMore?: boolean; }; declare const ListFooter: React.FC<ListFooterProps>; export default ListFooter;