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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user