remix/ui/accordion · Type

View Source

AccordionMultipleProps

Signature

type AccordionMultipleProps = AccordionBaseProps & {
  defaultValue?: string[]
  onValueChange?: (value: string[]) => void
  type: 'multiple'
  value?: string[]
}