3.0.10 • Published 2 years ago

@types/react-spinkit v3.0.10

Weekly downloads
9,000
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.1.38

2 years ago

3.0.10

2 years ago

1.1.39

2 years ago

3.0.8

2 years ago

1.1.40

2 years ago

1.1.37

4 years ago

3.0.7

4 years ago

1.1.36

5 years ago

3.0.6

5 years ago

3.0.5

7 years ago

3.0.4

7 years ago

1.1.35

7 years ago

1.1.34

7 years ago

3.0.3

7 years ago

3.0.2

8 years ago

1.1.33

8 years ago

3.0.1

8 years ago

1.1.32

8 years ago

3.0.0

8 years ago

1.1.31

8 years ago

1.1.30

8 years ago

1.1.29

8 years ago

1.1.28

9 years ago

1.1.27

9 years ago

1.1.26-alpha

9 years ago

1.1.25-alpha

9 years ago

1.1.24-alpha

9 years ago

1.1.23-alpha

9 years ago

1.1.22-alpha

9 years ago

1.1.21-alpha

9 years ago

1.1.20-alpha

9 years ago

1.1.15-alpha

9 years ago

1.1.14-alpha

9 years ago