UNPKG
react-photo-view-plus
Version:
latest (1.0.0)
1.0.0
一款精致的 React 的图片预览组件
github.com/MinJieLiu/react-photo-view
MinJieLiu/react-photo-view
react-photo-view-plus
/
dist
/
components
/
Spinner.d.ts
5 lines
(4 loc)
•
126 B
TypeScript
View Raw
1
2
3
4
5
/// <reference types="react" />
import
'./Spinner.less'
; declare
function
Spinner
(
):
JSX
.
Element
;
export
default
Spinner
;