@0xsplits/splits-kit
Version:
UI Components for working with 0xSplits contracts
9 lines (8 loc) • 316 B
TypeScript
import { IAddress } from '../../types';
import { SupportedChainId } from '../../constants/chains';
declare const SplitHeader: ({ address, chainId, linkToApp, }: {
address: IAddress;
chainId: SupportedChainId;
linkToApp: boolean;
}) => import("react/jsx-runtime").JSX.Element;
export default SplitHeader;