SearchTypeAccordionProps
Home > @backstage/plugin-search
> SearchTypeAccordionProps
Signature:
export type SearchTypeAccordionProps = {
name: string;
types: Array<{
value: string;
name: string;
icon: JSX.Element;
}>;
defaultValue?: string;
showCounts?: boolean;
};