mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-01 09:01:45 +08:00
8 lines
215 B
TypeScript
8 lines
215 B
TypeScript
/// <reference path="react-spinkit.d.ts" />
|
|
/// <reference path="../react/react.d.ts" />
|
|
|
|
import Spinner from 'react-spinkit';
|
|
import * as React from 'react';
|
|
|
|
let spinner = <Spinner spinnerName='double-bounce' />;
|