File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed
Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -63,17 +63,6 @@ export interface AvatarProps {
6363 imgUrl ?: string ;
6464
6565 /**
66- * Specifies an object of selectors and properties that are used to apply custom styles.
67- *
68- * - `root.background` (string) - (Optional) Background of the avatar.
69- * - `root.borderColor` (string) - (Optional) Border color of the avatar.
70- * - `root.borderRadius` (string) - (Optional) Border radius of the avatar.
71- * - `root.borderWidth` (string) - (Optional) Border width of the avatar.
72- * - `root.boxShadow` (string) - (Optional) Box shadow of the avatar.
73- * - `root.color` (string) - (Optional) Text color of the avatar.
74- * - `root.focusRing.borderColor` (string) - (Optional) Focus ring border color.
75- * - `root.focusRing.borderRadius` (string) - (Optional) Focus ring border radius.
76- * - `root.focusRing.borderWidth` (string) - (Optional) Focus ring border width.
7766 * @awsuiSystem core
7867 */
7968 style ?: AvatarProps . Style ;
You can’t perform that action at this time.
0 commit comments