diff --git a/packages/core-components/api-report.md b/packages/core-components/api-report.md index 94ca4b55aa..61d9ad5b90 100644 --- a/packages/core-components/api-report.md +++ b/packages/core-components/api-report.md @@ -170,22 +170,6 @@ export function CatalogIcon(props: IconComponentProps): JSX.Element; // @public (undocumented) export function ChatIcon(props: IconComponentProps): JSX.Element; -// Warning: (ae-forgotten-export) The symbol "CheckboxTreeProps" needs to be exported by the entry point index.d.ts -// Warning: (ae-missing-release-tag) "CheckboxTree" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) -// -// @public @deprecated (undocumented) -export function CheckboxTree(props: CheckboxTreeProps): JSX.Element; - -// Warning: (ae-missing-release-tag) "CheckboxTreeClassKey" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) -// -// @public (undocumented) -export type CheckboxTreeClassKey = - | 'root' - | 'nested' - | 'listItemIcon' - | 'listItem' - | 'text'; - // Warning: (ae-missing-release-tag) "ClosedDropdownClassKey" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) // // @public (undocumented)