Build api reports

Signed-off-by: Daniel Ortiz Lira <dortiz@vmware.com>
This commit is contained in:
Daniel Ortiz Lira
2021-09-29 09:14:25 -05:00
parent fa8a3e512d
commit db23e99257
-16
View File
@@ -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)