mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-04 17:27:09 +00:00
chore: fix ts compilation error
This commit is contained in:
parent
4e58e0981b
commit
d5ecd8dbba
@ -5,7 +5,7 @@ export default class DivView extends PureComponent {
|
|||||||
|
|
||||||
static version = '0.0.0';
|
static version = '0.0.0';
|
||||||
|
|
||||||
render() {
|
render(): any {
|
||||||
return createElement('div', this.props);
|
return createElement('div', this.props);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user