UNPKG

@skalenetwork/metaport

Version:

SKALE Metaport Widget

17 lines (16 loc) 509 B
import { MetaportConfig } from '../core/interfaces'; export default function ChainsList(props: { config: MetaportConfig; expanded: string | false; setExpanded: (expanded: string | false) => void; setChain: (chain: string) => void; chain: string; setApp: (chain: string) => void; app: string; chains: string[]; disabledChain: string; from?: boolean; disabled?: boolean; size?: 'sm' | 'md'; destChains?: string[]; }): import("react/jsx-runtime").JSX.Element;