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