UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

8 lines (7 loc) 281 B
import React from 'react'; import { ChainSelectorProps } from './ChainSelector.props'; import './ChainSelector.css'; /** * @deprecated Should start using the same component migrated to UI2. */ export declare const ChainSelector: (props: ChainSelectorProps) => React.JSX.Element;