UNPKG

tdesign-mobile-vue

Version:
9 lines (8 loc) 293 B
import _Search from './search'; import { WithInstallType } from '../shared'; import './style'; import { TdSearchProps } from './type'; export * from './type'; export declare type SearchProps = TdSearchProps; export declare const Search: WithInstallType<typeof _Search>; export default Search;