import type { FC, HTMLAttributes, ReactNode, Ref } from 'react';
export interface AccordionActionsProps extends HTMLAttributes {
ref?: Ref;
children: ReactNode;
}
/**
* Action slot for the `section` variant — renders as a sibling of
* `AccordionTrigger` (not nested inside the trigger `