UNPKG

@0xsplits/splits-kit

Version:

UI Components for working with 0xSplits contracts

10 lines (9 loc) 287 B
/// <reference types="react" /> declare function InputRow({ label, input, tooltip, link, size, }: { label: string | JSX.Element; input: JSX.Element; tooltip?: string; link?: string; size?: 'xs' | 'sm' | 'base' | 'lg' | 'xl'; }): JSX.Element; export default InputRow;