UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

10 lines (9 loc) 223 B
import * as React from 'react'; export declare type Props = { i18n?: { title?: React.ReactNode; content?: React.ReactNode; action?: React.ReactNode; }; onSwitchNetwork: () => unknown; };