AccordionItemProps
import { type AccordionItemProps} from '@/components/blocks/types.ts';
export type AccordionItemProps = {
value: string,
title: string,
content: string
}
Props
The AccordionItemProps type accepts the following props
Required Props
- value (
string)- Description: id of a question
- title (
string)- Description: title of a question
- content (
string)- Description: content (answer) for a question