remix/ui/accordion · TypeView Source
AccordionMultipleProps
Signature
type AccordionMultipleProps = AccordionBaseProps & {
defaultValue?: string[];
onValueChange?: (value: string[]) => void;
type: "multiple";
value?: string[];
};
type AccordionMultipleProps = AccordionBaseProps & {
defaultValue?: string[];
onValueChange?: (value: string[]) => void;
type: "multiple";
value?: string[];
};