UNPKG
react-table-pro
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.6
0.0.5
0.0.3
0.0.1
React Table Pro
github.com/webbestmaster/react-table-pro
webbestmaster/react-table-pro
react-table-pro
/
src
/
layout
/
spinner
/
spinner-const.js
15 lines
(11 loc)
•
279 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// @flow
import
type
{
PositionType
}
from
'./spinner-type'
;
export
const
defaultData = {
size
:
48
, };
export
const
positionValueMap
: {+[
key
:
PositionType
]:
PositionType
} = {
'static'
:
'static'
,
absolute
:
'absolute'
,
fixed
:
'fixed'
,
relative
:
'relative'
, };