@react-native-oh-tpl/react-native-smartrefreshlayout
Version:
基于android SmartRefreshLayout的封装
7 lines (6 loc) • 302 B
TypeScript
/// <reference types="react-native/types/modules/codegen" />
import { ViewProps } from "react-native";
interface NativeProps extends ViewProps {
}
declare const _default: import("react-native/Libraries/Utilities/codegenNativeComponent").NativeComponentType<NativeProps>;
export default _default;