SearchTypeTabsProps
Home > @backstage/plugin-search
> SearchTypeTabsProps
Signature:
export type SearchTypeTabsProps = {
types: Array<{
value: string;
name: string;
}>;
defaultValue?: string;
};
Home > @backstage/plugin-search
> SearchTypeTabsProps
Signature:
export type SearchTypeTabsProps = {
types: Array<{
value: string;
name: string;
}>;
defaultValue?: string;
};