mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-02-28 21:20:28 +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';
|
||||
|
||||
render() {
|
||||
render(): any {
|
||||
return createElement('div', this.props);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user