chore: make Stays title prop optional
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
export type HeaderProps = {
|
||||
title: string
|
||||
title?: string
|
||||
subtitle?: string
|
||||
link?: { href: string; text: string }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user