Remix
Remix
remix/ui/accordion · TypeView Source

AccordionTriggerProps

Signature

type AccordionTriggerProps = Omit<Props<"button">, "children" | "type"> & {
  children?: RemixNode;
  indicator?: RemixNode | null;
  type?: "button" | "submit" | "reset";
};