UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

8 lines (7 loc) 331 B
import { Network } from '@dcl/schemas'; export declare type NetworksNames = { [key in Network]: string; }; export declare const networksNames: NetworksNames; export declare const getNetworkName: (network: Network) => string | undefined; export declare const getNetworkMANADescription: (network: Network) => string | undefined;