mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
10 lines
344 B
TypeScript
10 lines
344 B
TypeScript
// Type definitions for react-spinner 0.2
|
|
// Project: https://github.com/chenglou/react-spinner/
|
|
// Definitions by: Jake Boone <https://github.com/jakeboone02>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.8
|
|
|
|
import * as React from 'react';
|
|
|
|
export default class Spinner extends React.Component {}
|