File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
workspaces/github-marketplace/plugins/github-actions-marketplace Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 33> Do not edit this file. It is a report generated by [ API Extractor] ( https://api-extractor.com/ ) .
44
55``` ts
6+
67import { BackstagePlugin } from ' @backstage/core-plugin-api' ;
78import { ComponentType } from ' react' ;
89import { Entity } from ' @backstage/catalog-model' ;
@@ -12,13 +13,13 @@ import { TemplateEntityV1beta3 } from '@backstage/plugin-scaffolder-common';
1213
1314// @public
1415export interface DefaultCatalogPageProps {
15- groups? : Array <{
16- title? : React_2 .ReactNode ;
17- filter: (entity : Entity ) => boolean ;
18- }>;
19- TemplateCardComponent? : ComponentType <{
20- template: TemplateEntityV1beta3 ;
21- }>;
16+ groups? : Array <{
17+ title? : React_2 .ReactNode ;
18+ filter: (entity : Entity ) => boolean ;
19+ }>;
20+ TemplateCardComponent? : ComponentType <{
21+ template: TemplateEntityV1beta3 ;
22+ }>;
2223}
2324
2425// @public
@@ -31,5 +32,6 @@ export const EntityGitHubActionUsageCard: () => JSX_2.Element;
3132export const Marketplace: (props : DefaultCatalogPageProps ) => JSX .Element ;
3233
3334// @public
34- export const marketplacePlugin: BackstagePlugin <{}, {}, {}>;
35+ export const marketplacePlugin: BackstagePlugin < {}, {}, {}>;
36+
3537```
You can’t perform that action at this time.
0 commit comments