From 846773cf453aaf3e4c947f7b9dd6d03792f6b807 Mon Sep 17 00:00:00 2001 From: lukzerom Date: Sun, 12 Dec 2021 13:13:55 +0100 Subject: [PATCH] added docs Signed-off-by: lukzerom --- packages/core-components/api-report.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages/core-components/api-report.md b/packages/core-components/api-report.md index d098403113..72d47b494c 100644 --- a/packages/core-components/api-report.md +++ b/packages/core-components/api-report.md @@ -528,6 +528,14 @@ export type InfoCardVariants = 'flex' | 'fullHeight' | 'gridItem'; // @public (undocumented) export function IntroCard(props: IntroCardProps): JSX.Element; +// Warning: (ae-missing-release-tag) "Item" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) +export type Item = { + label: string; + value: string | number; +}; + // Warning: (tsdoc-malformed-html-name) Invalid HTML element: Expecting an HTML name // Warning: (tsdoc-escape-greater-than) The ">" character should be escaped using a backslash to avoid confusion with an HTML tag // Warning: (ae-forgotten-export) The symbol "ItemCardProps" needs to be exported by the entry point index.d.ts @@ -835,6 +843,12 @@ export type SelectClassKey = // @public (undocumented) export type SelectInputBaseClassKey = 'root' | 'input'; +// Warning: (ae-missing-release-tag) "Selection" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) +type Selection_2 = string | string[] | number | number[]; +export { Selection_2 as Selection }; + // Warning: (ae-forgotten-export) The symbol "Props" needs to be exported by the entry point index.d.ts // Warning: (ae-missing-release-tag) "Sidebar" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) //