fix(loading)!: remove redundant description label

Fixes #1670
This commit is contained in:
metonym 2023-07-23 14:02:27 -07:00
commit 6d062e1e14
6 changed files with 25 additions and 51 deletions

View file

@ -17,7 +17,8 @@ export interface InlineLoadingProps extends RestProps {
description?: string;
/**
* Specify the ARIA label for the loading icon
* Specify a description for the loading icon.
* Defaults to the `status` prop for the "error" and "finished" states
* @default undefined
*/
iconDescription?: string;