UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

9 lines (8 loc) 322 B
import React from 'react'; import { UserMenuSignedInProps } from './UserMenuSignedIn.types'; import '../UserMenu.css'; import './UserMenuSignedIn.css'; /** * @deprecated Should start using the same component migrated to UI2. */ export declare const UserMenuSignedIn: (props: UserMenuSignedInProps) => React.JSX.Element;