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
@@ -161,9 +161,5 @@ const _default: FrontendPlugin<
>;
export default _default;
// Warnings were encountered during analysis:
//
// src/alpha.d.ts:3:15 - (ae-undocumented) Missing documentation for "_default".
// (No @packageDocumentation comment for this package)
```
-15
View File
@@ -102,19 +102,4 @@ export const UserProfileCard: (props: {
variant?: InfoCardVariants;
showLinks?: boolean;
}) => React_2.JSX.Element;
// Warnings were encountered during analysis:
//
// src/components/Cards/Group/GroupProfile/GroupProfileCard.d.ts:4:22 - (ae-undocumented) Missing documentation for "GroupProfileCard".
// src/components/Cards/Group/MembersList/MembersListCard.d.ts:4:1 - (ae-undocumented) Missing documentation for "MemberComponentClassKey".
// src/components/Cards/Group/MembersList/MembersListCard.d.ts:6:1 - (ae-undocumented) Missing documentation for "MembersListCardClassKey".
// src/components/Cards/Group/MembersList/MembersListCard.d.ts:8:22 - (ae-undocumented) Missing documentation for "MembersListCard".
// src/components/Cards/OwnershipCard/OwnershipCard.d.ts:5:22 - (ae-undocumented) Missing documentation for "OwnershipCard".
// src/components/Cards/User/UserProfileCard/UserProfileCard.d.ts:4:22 - (ae-undocumented) Missing documentation for "UserProfileCard".
// src/components/Cards/types.d.ts:2:1 - (ae-undocumented) Missing documentation for "EntityRelationAggregation".
// src/plugin.d.ts:3:22 - (ae-undocumented) Missing documentation for "orgPlugin".
// src/plugin.d.ts:7:22 - (ae-undocumented) Missing documentation for "EntityGroupProfileCard".
// src/plugin.d.ts:12:22 - (ae-undocumented) Missing documentation for "EntityMembersListCard".
// src/plugin.d.ts:21:22 - (ae-undocumented) Missing documentation for "EntityOwnershipCard".
// src/plugin.d.ts:30:22 - (ae-undocumented) Missing documentation for "EntityUserProfileCard".
```