UNPKG
@ozen-ui/data-grid
Version:
latest (0.85.3)
0.85.3
0.85.2
0.85.1
0.85.0
0.84.6
0.84.4
0.84.3
0.84.2
0.84.1
0.84.0
0.83.3
0.83.2
0.83.1
0.83.0
0.82.0
0.81.0
0.80.0
0.79.0
0.78.0
0.77.0
0.76.0
0.75.0
0.74.0
0.73.0
React DataGrid library
@ozen-ui/data-grid
/
__inner__
/
cjs
/
core
/
sub-row
/
entities
/
position.js
5 lines
(4 loc)
•
170 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
dataGridSubRowPosition
=
void
0
;
exports
.
dataGridSubRowPosition
= [
'left'
,
'right'
];