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