TechDocsCustomHomeProps
Home > @backstage/plugin-techdocs
> TechDocsCustomHomeProps
Props for TechDocsCustomHome()
Signature:
export type TechDocsCustomHomeProps = {
tabsConfig: TabsConfig;
filter?: EntityFilterQuery;
CustomPageWrapper?: FC;
};
References: TabsConfig, EntityFilterQuery