Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
Signed-off-by: lukzerom <lukzerom@gmail.com>
  • Loading branch information
lukzerom committed Dec 14, 2021
1 parent 5c8fbcc commit 14d0bc9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/core-components/api-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -528,14 +528,6 @@ 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
Expand Down Expand Up @@ -849,6 +841,14 @@ export type SelectInputBaseClassKey = 'root' | 'input';
type Selection_2 = string | string[] | number | number[];
export { Selection_2 as Selection };

// Warning: (ae-missing-release-tag) "SelectItem" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export type SelectItem = {
label: string;
value: string | number;
};

// 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)
//
Expand Down

0 comments on commit 14d0bc9

Please sign in to comment.