Fixed API Report warnings
Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
@@ -55,9 +55,6 @@ import { WithStyles } from '@material-ui/core/styles';
|
||||
// @public
|
||||
export function AlertDisplay(props: AlertDisplayProps): JSX.Element | null;
|
||||
|
||||
// Warning: (tsdoc-param-tag-with-invalid-name) The @param block should be followed by a valid parameter name: The identifier cannot non-word characters
|
||||
// Warning: (tsdoc-param-tag-with-invalid-name) The @param block should be followed by a valid parameter name: The identifier cannot non-word characters
|
||||
//
|
||||
// @public
|
||||
export type AlertDisplayProps = {
|
||||
anchorOrigin?: {
|
||||
|
||||
@@ -30,8 +30,8 @@ import React, { useEffect, useState } from 'react';
|
||||
*
|
||||
* Shown as SnackBar at the center top of the page by default. Configurable with props.
|
||||
*
|
||||
* @param anchorOrigin.vertical - Vertical orientation of where the AlertDisplay will be located
|
||||
* @param anchorOrigin.horizontal - Horizontal orientation of where the AlertDisplay will be located
|
||||
* @param anchorOrigin - The `vertical` property will set the vertical orientation of where the AlertDisplay will be located
|
||||
* and the `horizontal` property will set the horizontal orientation of where the AlertDisplay will be located
|
||||
* @param transientTimeoutMs - Number of milliseconds a transient alert will stay open for. Default value is 5000
|
||||
*
|
||||
* @example
|
||||
|
||||
Reference in New Issue
Block a user