AccordionSingleProps
Signature
type AccordionSingleProps = AccordionBaseProps & {
collapsible?: boolean
defaultValue?: string | null
onValueChange?: (value: string | null) => void
type?: 'single'
value?: string | null
}
type AccordionSingleProps = AccordionBaseProps & {
collapsible?: boolean
defaultValue?: string | null
onValueChange?: (value: string | null) => void
type?: 'single'
value?: string | null
}