UNPKG

@arco-design/web-react

Version:

Arco Design React UI Library.

8 lines (7 loc) 271 B
import React from 'react'; import { InputGroupProps } from './interface'; declare const Group: React.ForwardRefExoticComponent<InputGroupProps & { children?: React.ReactNode; } & React.RefAttributes<HTMLDivElement>>; export default Group; export { InputGroupProps };