Variable AccordionItemConst
AccordionItem: DefineComponent<
ExtractPropTypes<
{
defaultOpen: { default: boolean; type: BooleanConstructor };
value: { default: undefined; type: StringConstructor };
},
>,
() => VNode<RendererNode, RendererElement, { [key: string]: any }>,
{},
{},
{},
ComponentOptionsMixin,
ComponentOptionsMixin,
{},
string,
PublicProps,
ToResolvedProps<
ExtractPropTypes<
{
defaultOpen: { default: boolean; type: BooleanConstructor };
value: { default: undefined; type: StringConstructor };
},
>,
{},
>,
{ defaultOpen: boolean; value: string },
{},
{},
{},
string,
ComponentProvideOptions,
true,
{},
any,
> = ...
A
<details>-based accordion section. Use thesummaryslot for the trigger.