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.d.ts
7 lines
(6 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Context
}
from
"react"
;
export
interface
RowContextProps
{
gutter
?:
number
; }
declare
const
RowContext
:
Context
<
RowContextProps
>;
export
default
RowContext
;