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
@@ -19,9 +19,5 @@ export type GroupListPickerProps = {
onChange: (value: GroupEntity | undefined) => void;
};
// Warnings were encountered during analysis:
//
// src/components/GroupListPicker/GroupListPicker.d.ts:15:22 - (ae-undocumented) Missing documentation for "GroupListPicker".
// (No @packageDocumentation comment for this package)
```