UNPKG
antd-v5
Version:
latest (5.14.1)
5.14.1
An enterprise-class UI design language and React components implementation
ant.design
antd-v5
/
lib
/
grid
/
RowContext.js
9 lines
(8 loc)
•
244 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
=
void
0
;
var
_react =
require
(
"react"
);
const
RowContext
=
/*#__PURE__*/
(
0
, _react.
createContext
)({});
var
_default =
exports
.
default
=
RowContext
;