mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-25 15:08:11 +00:00
DataGrid.jsx
This commit is contained in:
parent
c3fab912ee
commit
c084e323b1
@ -12,6 +12,9 @@ import PropTypes from 'prop-types';
|
||||
class PropertyGrid extends React.Component {
|
||||
constructor(props) {
|
||||
super(props);
|
||||
this.state = {
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
0
ShadowEditor.UI/src/table/DataGrid.jsx
Normal file
0
ShadowEditor.UI/src/table/DataGrid.jsx
Normal file
Loading…
x
Reference in New Issue
Block a user