generated 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 19:16:05 +03:00
parent b785ebfeb9
commit c33e5d9de3
+4 -7
View File
@@ -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