mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-02-27 10:30:31 +00:00
fix(breadcrumb-element): add types to props
This commit is contained in:
parent
2a6e22cdfe
commit
3d2eb75a2b
@ -3,8 +3,8 @@ import { XStack } from 'tamagui'
|
||||
import { ChevronRightIcon } from '@status-im/icons'
|
||||
|
||||
type BreadcrumbElementProps = {
|
||||
match: any
|
||||
breadcrumb: any
|
||||
match: { pathname: string }
|
||||
breadcrumb: string | React.ReactNode
|
||||
isLastElement: boolean
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user