chore: improve withInstall typing (#9354)
* chore: improve withInstall typing * chore: upd * fix: missing entry
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
import { withInstall } from '../utils';
|
||||
import _ContactEdit from './ContactEdit';
|
||||
|
||||
const ContactEdit = withInstall<typeof _ContactEdit>(_ContactEdit);
|
||||
|
||||
export const ContactEdit = withInstall(_ContactEdit);
|
||||
export default ContactEdit;
|
||||
export { ContactEdit };
|
||||
export type { ContactEditInfo } from './ContactEdit';
|
||||
|
||||
Reference in New Issue
Block a user