UNPKG

xbpr

Version:

xbp react ui by @arco-design/web-react

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 };