updated api-report

Signed-off-by: Mehmet Mallı <mehmet.malli@trendyol.com>
Signed-off-by: Mehmet Mallı <mallimehmet@gmail.com>
Signed-off-by: Mehmet Mallı <mehmet.malli@trendyol.com>
This commit is contained in:
Mehmet Mallı
2022-04-25 18:52:35 +03:00
parent cfc0f2e5bd
commit f720944acd
+7 -1
View File
@@ -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 {