remix/ui/accordion · TypeView SourceAccordionTriggerProps Signature type AccordionTriggerProps = Omit<Props<'button'>, 'children' | 'type'> & { children?: RemixNode indicator?: RemixNode | null type?: 'button' | 'submit' | 'reset' } Copy code to clipboard