UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

7 lines (6 loc) 247 B
import React from 'react'; import { ManaBalancesProps } from './ManaBalances.types'; /** * @deprecated Should start using the same component migrated to UI2. */ export declare const ManaBalances: (props: ManaBalancesProps) => React.JSX.Element;