removed all implicit any
This commit is contained in:
parent
08a8d5b030
commit
3fb53fc4f4
18 changed files with 192 additions and 52 deletions
|
@ -50,7 +50,7 @@ export default class SubMenu extends React.Component<
|
|||
SubMenuProps,
|
||||
SubMenuState
|
||||
> {
|
||||
constructor(props) {
|
||||
constructor(props: SubMenuProps) {
|
||||
super(props)
|
||||
this.state = {
|
||||
isSubNavOpen: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue