chore(SW-194): ContentPage Accordion
This commit is contained in:
6
types/components/hotelPage/accordion.ts
Normal file
6
types/components/hotelPage/accordion.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import type { FAQtype } from "@/server/routers/contentstack/schemas/blocks/accordion"
|
||||
|
||||
export type AccordionProps = {
|
||||
accordion: FAQtype["accordion"]["faq"]
|
||||
title?: string
|
||||
}
|
||||
@@ -5,7 +5,7 @@ export type HeaderProps = {
|
||||
href: string
|
||||
text: string
|
||||
}
|
||||
preamble: string | null
|
||||
preamble?: string | null
|
||||
textTransform?: HeadingProps["textTransform"]
|
||||
title: string | null
|
||||
topTitle?: boolean
|
||||
|
||||
Reference in New Issue
Block a user