react-native-ui-lib
Version:
[](https://stand-with-ukraine.pp.ua)
14 lines (13 loc) • 594 B
TypeScript
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;