UNPKG

xbpr

Version:

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

6 lines (5 loc) 250 B
import React from 'react'; import { RefInputType, InputSearchProps } from './interface'; declare const Search: React.ForwardRefExoticComponent<InputSearchProps & React.RefAttributes<RefInputType>>; export default Search; export { InputSearchProps };