Skip to content

Commit f2f058b

Browse files
goldinitpdanilowoz
authored andcommitted
fix(typecheck): aria-label prop (danilowoz#167)
* Update index.ts * Update index.ts * Updating ariaLabel * ariaLabel case update * Update Svg.tsx
1 parent 4c9f061 commit f2f058b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ const MyLoader = () => (
115115

116116
Defaults to `true`. Opt-out of animations with `false`
117117

118-
#### **`ariaLabel? string | boolean`** - _Web only_
118+
#### **`ariaLabel? string`** - _Web only_
119119

120-
Defaults to `Loading interface...`. It's used to describe what element it is. Use `false` to remove.
120+
Defaults to `Loading interface...`. It's used to describe what element it is. Use ''(empty string) to remove.
121121

122122
#### **`baseUrl? string`** - _Web only_
123123

0 commit comments

Comments
 (0)