From f720944acd1a11832dfd008ce85af01e25251983 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mehmet=20Mall=C4=B1?= Date: Mon, 25 Apr 2022 18:52:35 +0300 Subject: [PATCH] updated 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 | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/core-components/api-report.md b/packages/core-components/api-report.md index 3b3a589ecb..409ab5682b 100644 --- a/packages/core-components/api-report.md +++ b/packages/core-components/api-report.md @@ -52,7 +52,13 @@ import { TooltipProps } from '@material-ui/core/Tooltip'; import { WithStyles } from '@material-ui/core/styles'; // @public -export function AlertDisplay(_props: {}): JSX.Element | null; +export type AlertDisplayProps = { + vertical?: 'top' | 'bottom'; + horizontal?: 'left' | 'center' | 'right'; +}; + +// @public +export function AlertDisplay(props: AlertDisplayProps): JSX.Element | null; // @public enum Alignment {