Installation
npm install --save @types/react-native-loading-spinner-overlay
Summary
This package contains type definitions for react-native-loading-spinner-overlay (https://github.com/joinspontaneous/react-native-loading-spinner-overlay).
Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native-loading-spinner-overlay.
index.d.ts
import * as React from "react";
import * as ReactNative from "react-native";
export interface SpinnerProps {
cancelable?: boolean | undefined;
color?: string | undefined;
animation?: "none" | "slide" | "fade" | undefined;
overlayColor?: string | undefined;
size?: "normal" | "small" | "large" | undefined;
textContent?: string | undefined;
textStyle?: ReactNative.StyleProp<ReactNative.TextStyle> | undefined;
visible?: boolean | undefined;
customIndicator?: React.ReactElement | undefined;
}
export default class Spinner extends React.Component<SpinnerProps> {}
Additional Details
- Last updated: Thu, 21 Dec 2023 19:06:51 GMT
- Dependencies: @types/react, react-native
Credits
These definitions were written by fhelwanger.