tdesign-mobile-vue
Version:
tdesign-mobile-vue
9 lines (8 loc) • 293 B
TypeScript
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;