mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-09-22 19:29:56 +08:00
9 lines
258 B
TypeScript
9 lines
258 B
TypeScript
import { withInstall } from '../utils';
|
|
import _ContactEdit from './ContactEdit';
|
|
|
|
const ContactEdit = withInstall<typeof _ContactEdit>(_ContactEdit);
|
|
|
|
export default ContactEdit;
|
|
export { ContactEdit };
|
|
export type { ContactEditInfo } from './ContactEdit';
|