Socket
Socket
Sign inDemoInstall

@types/react-native-loading-spinner-overlay

Package Overview
Dependencies
516
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/react-native-loading-spinner-overlay

TypeScript definitions for react-native-loading-spinner-overlay


Version published
Maintainers
1
Weekly downloads
6,220
decreased by-12.55%

Weekly downloads

Readme

Source

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.

FAQs

Last updated on 21 Dec 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc