feat: type类型

This commit is contained in:
eric
2022-11-13 10:17:46 +08:00
parent 9a55d5d3ca
commit e61be149b8
5 changed files with 10 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
import { Component } from "react";
import "./app.scss";
class App extends Component<PropsWithChildren> {
class App extends Component<any> {
componentDidMount() {}
componentDidShow () {}