ComponentAccordion()
Home > @backstage/plugin-home
> ComponentAccordion
Signature:
ComponentAccordion: (props: {
title?: string;
expanded?: boolean;
Content: () => JSX.Element;
Actions?: () => JSX.Element;
Settings?: () => JSX.
/** @public */
Element;
ContextProvider?: (props: any) => JSX.Element;
}) => import("react").JSX.Element
Parameters
Parameter |
Type |
Description |
---|---|---|
props |
{ title?: string; expanded?: boolean; Content: () => JSX.Element; Actions?: () => JSX.Element; Settings?: () => JSX. /** @public */ Element; ContextProvider?: (props: any) => JSX.Element; } |
import("react").JSX.Element