import { withInstall } from '../utils'; import _ContactEdit from './ContactEdit'; const ContactEdit = withInstall(_ContactEdit); export default ContactEdit; export { ContactEdit }; export type { ContactEditInfo } from './ContactEdit';