mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30: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 {
|
interface ContainerProps {
|
||||||
className?: string
|
className?: string
|
||||||
children: JSX.Element
|
children: JSX.Element | JSX.Element[]
|
||||||
}
|
}
|
||||||
|
|
||||||
export default Container
|
export default Container
|
||||||
Loading…
x
Reference in New Issue
Block a user