feat(WEB-128): desktop and mobile initial wireframe implemented
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
export type StayProps = {
|
||||
dateArrive: Date
|
||||
dateDepart: Date
|
||||
guests: number
|
||||
hotel: string
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
type HeadingLevel = "h1" | "h2" | "h3" | "h4" | "h5" | "h6"
|
||||
|
||||
export interface HeadingProps extends React.HTMLAttributes<HTMLHeadingElement> {
|
||||
as?: HeadingLevel
|
||||
level?: HeadingLevel
|
||||
uppercase?: boolean
|
||||
}
|
||||
Reference in New Issue
Block a user