UNPKG

@wufengteam/wform

Version:

@wufengteam/wform

7 lines (6 loc) 261 B
import type { FC } from 'react'; import type { SearchBarProps } from 'antd-mobile-5/es/components/search-bar/index'; import './index.less'; type NewSearchBarProps = SearchBarProps; declare const NewSearchBar: FC<NewSearchBarProps>; export default NewSearchBar;