// Type definitions for react-spinner 0.2 // Project: https://github.com/chenglou/react-spinner/ // Definitions by: Jake Boone // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.8 import * as React from 'react'; export default class Spinner extends React.Component {}