UNPKG
cookie12-test-ui
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
React component library
cookie12-test-ui
/
build
/
components
/
loading
/
Loading.d.ts
11 lines
(10 loc)
•
276 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
React
from
'react'
;
import
'./Loading.scss'
;
interface
LoadingProps
{
detail
?:
string
|
boolean
;
smallHorizontal
?:
boolean
;
small
?:
string
|
boolean
;
title
?:
string
|
boolean
; }
export
declare
const
Loading
:
React
.
FC
<
LoadingProps
>;
export
{};