UNPKG
lole-ui
Version:
latest (0.5.71)
0.5.71
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
React UI Component which like a love letter
github.com/XIYExi/xiOn-ui
XIYExi/xiOn-ui
lole-ui
/
dist
/
components
/
Grid
/
row_context.js
4 lines
(3 loc)
•
105 B
JavaScript
View Raw
1
2
3
4
import
{ createContext }
from
"react"
;
var
RowContext
=
createContext
({});
export
default
RowContext
;