mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 09:24:25 +00:00
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;
|