mirror of
https://gitee.com/vant-contrib/vant.git
synced 2026-06-04 17:38:12 +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';
|