chore: fix ts compilation error

This commit is contained in:
力皓 2020-12-22 10:30:52 +08:00
parent 4e58e0981b
commit d5ecd8dbba

View File

@ -5,7 +5,7 @@ export default class DivView extends PureComponent {
static version = '0.0.0';
render() {
render(): any {
return createElement('div', this.props);
}
}