Update DashboardCardWrapper.tsx

This commit is contained in:
Hristo Nedelkov 2023-09-29 20:42:31 +03:00
parent 2eb5d0e2f4
commit 6b5eedd89c
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
import { Shadow } from '@status-im/components'
type DashboardCardWrapperProps = {
children: string
children: React.ReactNode
padding?: string
width: string
}