removed all implicit any

This commit is contained in:
Kim, Jimin 2021-08-16 23:19:11 +09:00
parent 08a8d5b030
commit 3fb53fc4f4
18 changed files with 192 additions and 52 deletions

View file

@ -50,7 +50,7 @@ export default class SubMenu extends React.Component<
SubMenuProps,
SubMenuState
> {
constructor(props) {
constructor(props: SubMenuProps) {
super(props)
this.state = {
isSubNavOpen: false,