mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 13:27:15 +08:00
8 lines
159 B
TypeScript
8 lines
159 B
TypeScript
|
|
/// <reference types="react" />
|
|
|
|
import Spinner from 'react-spinkit';
|
|
import * as React from 'react';
|
|
|
|
let spinner = <Spinner spinnerName='double-bounce' />;
|