UNPKG

@0xsplits/splits-kit

Version:

UI Components for working with 0xSplits contracts

6 lines (5 loc) 170 B
import { L1ChainInfo } from '../../constants/chains'; declare const ChainLogo: ({ chainInfo }: { chainInfo: L1ChainInfo; }) => JSX.Element; export default ChainLogo;