UNPKG

@0xsplits/splits-kit

Version:

UI Components for working with 0xSplits contracts

7 lines (6 loc) 202 B
/// <reference types="react" /> import { L1ChainInfo } from '../../constants/chains'; declare const ChainLogo: ({ chainInfo }: { chainInfo: L1ChainInfo; }) => JSX.Element; export default ChainLogo;