@@ -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)
|
||||
```
|
||||
|
||||
@@ -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".
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user