Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mobile drawer and useBreakpoints hook #1045

Merged
merged 21 commits into from
Aug 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unused type
alissacrane-cb committed Aug 15, 2024

Unverified

This user has not yet uploaded their public signing key.
commit 0d7a532a5e3565448537151b2be0d81bf2daefce
8 changes: 0 additions & 8 deletions src/wallet/types.ts
Original file line number Diff line number Diff line change
@@ -130,14 +130,6 @@ export type WalletDropdownLinkReact = {
target?: string;
};

/**
* Note: exported as public Type
*/
export type WalletMenuReact = {
children: React.ReactNode;
className?: string; // Optional className override for top div element
};

export type WindowSizes = Record<
'sm' | 'md' | 'lg',
{