Fixed API Report warnings

Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
Andre Wanlin
2022-11-18 14:03:34 -06:00
parent 7fdf55dcdd
commit d0dd3d5eb9
2 changed files with 2 additions and 5 deletions
-3
View File
@@ -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