mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
types: improve generated component typing (#8308)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { installable } from '../utils';
|
||||
import { withInstall } from '../utils';
|
||||
import _Search from './Search';
|
||||
|
||||
const Search = installable(_Search);
|
||||
const Search = withInstall<typeof _Search>(_Search);
|
||||
|
||||
export default Search;
|
||||
export { Search };
|
||||
|
Reference in New Issue
Block a user