Skip to content

Commit

Permalink
back to main
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcramer committed Jul 30, 2024
1 parent 2bad47c commit 47a9465
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/wallet/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,13 @@ export type WalletReact = {
children: React.ReactNode;
};

/**
* Note: exported as public Type
*/
export type WalletDropdownBaseNameReact = {
className?: string; // Optional className override for the element
};

/**
* Note: exported as public Type
*/
Expand Down

0 comments on commit 47a9465

Please sign in to comment.