chore: fixing api-reports and merge conflicts

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-03-17 17:03:40 +01:00
parent 4418bd7dec
commit 6b69593dbf
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -31,6 +31,7 @@ export type NextRouterProps = {
}>;
};
groups?: TemplateGroupFilter[];
templateFilter?: TemplateFilter;
FormProps?: FormProps_2;
contextMenu?: {
editor?: boolean;
@@ -44,6 +45,9 @@ export const NextScaffolderPage: (
props: PropsWithChildren<NextRouterProps>,
) => JSX.Element;
// @alpha (undocumented)
export type TemplateFilter = (entity: Entity) => boolean;
// @alpha (undocumented)
export type TemplateGroupFilter = {
title?: React_2.ReactNode;
@@ -243,7 +243,7 @@ describe('TemplateGroups', () => {
</TestApiProvider>,
{
mountedRoutes: {
'/next': nextRouteRef,
'/create': rootRouteRef,
},
},
);