Skip to content

Commit 3f09095

Browse files
MontoyaFrederikBolding
authored andcommitted
Add prop for Avatar inside jsdoc
1 parent 01ff383 commit 3f09095

File tree

1 file changed

+1
-0
lines changed
  • packages/snaps-sdk/src/jsx/components

1 file changed

+1
-0
lines changed

packages/snaps-sdk/src/jsx/components/Avatar.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ const TYPE = 'Avatar';
2121
*
2222
* @param props - The props of the component.
2323
* @param props.address - The address to display. This should be a valid CAIP-10 address.
24+
* @param props.size - The size of the avatar. Can be `sm`, `md`, or `lg`. Defaults to `md`.
2425
* @returns An avatar element.
2526
* @example
2627
* <Avatar address="eip155:1:0x1234567890123456789012345678901234567890" />

0 commit comments

Comments
 (0)