mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-08-11 06:59:46 +08:00
9 lines
214 B
TypeScript
9 lines
214 B
TypeScript
import { withInstall } from '../utils';
|
|
import _Search from './Search';
|
|
|
|
const Search = withInstall<typeof _Search>(_Search);
|
|
|
|
export default Search;
|
|
export { Search };
|
|
export type { SearchShape } from './Search';
|