Skip to content

Commit

Permalink
alphabetical
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlec committed Aug 15, 2024
1 parent df97e48 commit f040a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ export type WalletDropdownDisconnectReact = {
export type WalletDropdownFundLinkReact = {
className?: string; // Optional className override for the element
icon?: ReactNode; // Optional icon override
rel?: string; // Specifies the relationship between the current document and the linked document
openIn?: 'popup' | 'tab'; // Whether to open the funding flow in a tab or a popup window
popupFeatures?: string; // Optional features override for the popup window if `openIn` is set to `popup`
popupSize?: 'sm' | 'md' | 'lg'; // Size of the popup window if `openIn` is set to `popup`
rel?: string; // Specifies the relationship between the current document and the linked document
target?: string; // Where to open the target if `openIn` is set to tab
text?: string; // Optional text override
};
Expand Down

0 comments on commit f040a52

Please sign in to comment.