[ui/header]: common - React.El -> React.ReactEl

This commit is contained in:
41666 2019-06-05 12:55:00 -05:00
parent a81dfa84c0
commit 1a75a0ac07
No known key found for this signature in database
GPG key ID: DE08FAA8925DC747

View file

@ -5,7 +5,7 @@ import styled from 'styled-components'
import * as logo from '../logo'
export type CommonProps = {
children: React.Element<any>,
children: React.ReactElement<any>,
noBackground: boolean
}