UNPKG

@0xsplits/splits-kit

Version:

UI Components for working with 0xSplits contracts

6 lines (5 loc) 192 B
export declare const RecipientRow: ({ index, onRemove, supportsEns, }: { index: number; onRemove?: () => void; supportsEns: boolean; }) => import("react/jsx-runtime").JSX.Element;