mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-25 04:09:12 +00:00
[ui/header]: common - React.El -> React.ReactEl
This commit is contained in:
parent
a81dfa84c0
commit
1a75a0ac07
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue