Skip to content

Commit c742089

Browse files
Add jsdoc to props too
1 parent 3f09095 commit c742089

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
@@ -6,6 +6,7 @@ import { createSnapComponent } from '../component';
66
* The props of the {@link Avatar} component.
77
*
88
* @property address - The address to display. This should be a valid CAIP-10 address.
9+
* @property size - The size of the avatar. Can be `sm`, `md`, or `lg`. Defaults to `md`.
910
*/
1011
export type AvatarProps = {
1112
address: CaipAccountId;

0 commit comments

Comments
 (0)