UNPKG

react-native-elements

Version:
11 lines (10 loc) 489 B
import React from 'react'; import { ViewStyle, ActivityIndicatorProps, StyleProp } from 'react-native'; import { Theme } from '../config/theme'; export declare type DialogLoadingProps = { loadingStyle?: StyleProp<ViewStyle>; loadingProps?: ActivityIndicatorProps; theme?: Theme; }; declare const _default: React.FunctionComponent<Omit<DialogLoadingProps, keyof import("../config").ThemeProps<T>>> | React.ForwardRefExoticComponent<DialogLoadingProps>; export default _default;