Add api-report

Signed-off-by: kielosz <kielosz@gmail.com>
This commit is contained in:
kielosz
2022-06-02 11:16:56 +02:00
parent 306d0b4fdd
commit 5a4ffaba0b
+1
View File
@@ -50,6 +50,7 @@ export const MyGroupsSidebarItem: (props: {
singularTitle: string;
pluralTitle: string;
icon: IconComponent;
filter?: Record<string, string | symbol | (string | symbol)[]>;
}) => JSX.Element | null;
// @public (undocumented)