Remix
Remix
remix/ui/accordion · TypeView Source

AccordionMultipleProps

Signature

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