3.0.10 • Published 6 months ago

@types/react-spinkit v3.0.10

Weekly downloads
9,000
License
MIT
Repository
github
Last release
6 months ago

Installation

npm install --save @types/react-spinkit

Summary

This package contains type definitions for react-spinkit (https://github.com/KyleAMathews/react-spinkit).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-spinkit/v1.

index.d.ts

// Type definitions for react-spinkit 1.1.4
// Project: https://github.com/KyleAMathews/react-spinkit
// Definitions by: Qubo <https://github.com/tkqubo>, Mleko <https://github.com/mleko>, Tom Crockett <https://github.com/pelotom>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

/// <reference types="react" />

declare namespace spinner {
    export interface SpinnerProps {
        /**
         * Specify spinner to use.
         */
        spinnerName?: 'three-bounce' | 'double-bounce' | 'rotating-plane' | 'folding-cube' | 'wave' | 'wandering-cubes' | 'pulse' | 'chasing-dots' | 'circle' | 'cube-grid' | 'wordpress' | undefined;
        /**
         * Disable the initial fade-in of the spinner.
         */
        noFadeIn?: boolean | undefined;
        /**
         * Change the default "spinner" className.
         */
        overrideSpinnerClassName?: string | undefined;
        /**
         * Component className.
         */
        className?: string | undefined;
    }

    export interface Spinner extends React.ComponentClass<SpinnerProps> {
    }
}

declare const spinner: spinner.Spinner;
export = spinner;

Additional Details

  • Last updated: Thu, 08 Jul 2021 22:41:34 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by Qubo, Mleko, and Tom Crockett.

3.0.9

7 months ago

1.1.38

7 months ago

3.0.10

6 months ago

1.1.39

7 months ago

3.0.8

7 months ago

1.1.40

6 months ago

1.1.37

3 years ago

3.0.7

3 years ago

1.1.36

4 years ago

3.0.6

4 years ago

3.0.5

6 years ago

3.0.4

6 years ago

1.1.35

6 years ago

1.1.34

6 years ago

3.0.3

6 years ago

3.0.2

7 years ago

1.1.33

7 years ago

3.0.1

7 years ago

1.1.32

7 years ago

3.0.0

7 years ago

1.1.31

7 years ago

1.1.30

7 years ago

1.1.29

7 years ago

1.1.28

8 years ago

1.1.27

8 years ago

1.1.26-alpha

8 years ago

1.1.25-alpha

8 years ago

1.1.24-alpha

8 years ago

1.1.23-alpha

8 years ago

1.1.22-alpha

8 years ago

1.1.21-alpha

8 years ago

1.1.20-alpha

8 years ago

1.1.15-alpha

8 years ago

1.1.14-alpha

8 years ago