chore: fix api-reports warnings

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-10-14 17:56:00 +02:00
parent 35e735bb55
commit fc01ce7e77
216 changed files with 28 additions and 4221 deletions
-4
View File
@@ -89,9 +89,5 @@ const _default: FrontendPlugin<
>;
export default _default;
// Warnings were encountered during analysis:
//
// src/alpha/plugin.d.ts:53:15 - (ae-undocumented) Missing documentation for "_default".
// (No @packageDocumentation comment for this package)
```
-10
View File
@@ -57,14 +57,4 @@ export type SubRoute = {
}
>;
};
// Warnings were encountered during analysis:
//
// src/components/Content/ConfigContent/ConfigContent.d.ts:7:22 - (ae-undocumented) Missing documentation for "ConfigContent".
// src/components/Content/ExternalDependenciesContent/ExternalDependenciesContent.d.ts:5:22 - (ae-undocumented) Missing documentation for "ExternalDependenciesContent".
// src/components/Content/InfoContent/InfoContent.d.ts:3:22 - (ae-undocumented) Missing documentation for "InfoContent".
// src/components/DevToolsLayout/DevToolsLayout.d.ts:4:1 - (ae-undocumented) Missing documentation for "SubRoute".
// src/components/DevToolsLayout/DevToolsLayout.d.ts:13:1 - (ae-undocumented) Missing documentation for "DevToolsLayoutProps".
// src/plugin.d.ts:3:22 - (ae-undocumented) Missing documentation for "devToolsPlugin".
// src/plugin.d.ts:7:22 - (ae-undocumented) Missing documentation for "DevToolsPage".
```