From c33e5d9de3f26b224a64c76db7a46d6dd749836e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20Mall=C4=B1?= Date: Mon, 25 Apr 2022 19:16:05 +0300 Subject: [PATCH] generated api-report MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mehmet Mallı Signed-off-by: Mehmet Mallı Signed-off-by: Mehmet Mallı --- packages/core-components/api-report.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/packages/core-components/api-report.md b/packages/core-components/api-report.md index 409ab5682b..a54219af56 100644 --- a/packages/core-components/api-report.md +++ b/packages/core-components/api-report.md @@ -51,13 +51,10 @@ import { Theme } from '@material-ui/core/styles'; import { TooltipProps } from '@material-ui/core/Tooltip'; import { WithStyles } from '@material-ui/core/styles'; -// @public -export type AlertDisplayProps = { - vertical?: 'top' | 'bottom'; - horizontal?: 'left' | 'center' | 'right'; -}; - -// @public +// Warning: (ae-forgotten-export) The symbol "AlertDisplayProps" needs to be exported by the entry point index.d.ts +// Warning: (ae-missing-release-tag) "AlertDisplay" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) export function AlertDisplay(props: AlertDisplayProps): JSX.Element | null; // @public