chore: updating api report

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-10-25 10:21:17 +02:00
parent d839625318
commit d184e50c50
+3 -4
View File
@@ -649,10 +649,9 @@ export class EntityTypeFilter implements EntityFilter {
// Warning: (ae-missing-release-tag) "EntityTypePicker" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export const EntityTypePicker: ({
hidden,
initialFilter,
}: EntityTypeFilterProps) => JSX.Element | null;
export const EntityTypePicker: (
props: EntityTypeFilterProps,
) => JSX.Element | null;
// Warning: (tsdoc-param-tag-missing-hyphen) The @param block should be followed by a parameter name and then a hyphen
// Warning: (ae-forgotten-export) The symbol "Props" needs to be exported by the entry point index.d.ts