UNPKG
image-editor-little
Version:
beta (0.1.4-beta)
latest (0.1.5)
0.1.5
0.1.5-beta
0.1.4
0.1.4-beta.5
0.1.4-beta.4
0.1.4-beta.3
0.1.4-beta.2
0.1.4-beta
0.1.3
0.1.2
0.1.1
0.1.0
Image Editor
github.com/shiyangzhaoa/image-editor
shiyangzhaoa/image-editor
image-editor-little
/
dist
/
Loading.d.ts
8 lines
(7 loc)
•
182 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
*
as
React
from
'react'
;
interface
IProps
{
width
:
number
|
string
;
height
:
number
|
string
; }
declare
const
Loading
:
React
.
FC
<
IProps
>;
export
default
Loading
;