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-type.js
4 lines
(2 loc)
•
83 B
JavaScript
View Raw
1
2
3
4
// @flow
export
type
PositionType
=
'static'
|
'absolute'
|
'fixed'
|
'relative'
;