mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-25 10:56:35 +08:00
8 lines
218 B
TypeScript
8 lines
218 B
TypeScript
import { withInstall } from '../utils';
|
|
import _PasswordInput from './PasswordInput';
|
|
|
|
const PasswordInput = withInstall<typeof _PasswordInput>(_PasswordInput);
|
|
|
|
export default PasswordInput;
|
|
export { PasswordInput };
|