mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-26 00:09:15 +08:00
9 lines
258 B
TypeScript
9 lines
258 B
TypeScript
import { withInstall } from '../utils';
|
|
import _ContactList from './ContactList';
|
|
|
|
const ContactList = withInstall<typeof _ContactList>(_ContactList);
|
|
|
|
export default ContactList;
|
|
export { ContactList };
|
|
export type { ContactListItem } from './ContactList';
|