UNPKG

react-native-ui-lib

Version:

[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://stand-with-ukraine.pp.ua)

14 lines (13 loc) 594 B
import React from 'react'; import { LoaderScreenProps } from './types'; export { LoaderScreenProps }; declare const _default: React.ForwardRefExoticComponent<import("react-native").ActivityIndicatorProps & { loaderColor?: string | undefined; customLoader?: React.ReactChild | undefined; backgroundColor?: string | undefined; message?: string | undefined; messageStyle?: import("react-native").TextStyle | undefined; overlay?: boolean | undefined; containerStyle?: import("react-native").ViewStyle | undefined; } & React.RefAttributes<any>>; export default _default;