6 lines
175 B
TypeScript
6 lines
175 B
TypeScript
import { withInstall } from '../utils';
|
|
import _PasswordInput from './PasswordInput';
|
|
|
|
export const PasswordInput = withInstall(_PasswordInput);
|
|
export default PasswordInput;
|