mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
types: fixed typing
This commit is contained in:
parent
33c3670cab
commit
0111a8d13c
@ -8,7 +8,7 @@ const Container = ({ className, children }:ContainerProps): JSX.Element => {
|
||||
|
||||
interface ContainerProps {
|
||||
className?: string
|
||||
children: JSX.Element
|
||||
children: JSX.Element | JSX.Element[]
|
||||
}
|
||||
|
||||
export default Container
|
||||
Loading…
x
Reference in New Issue
Block a user