UNPKG

@aplus-frontend/ui

Version:

8 lines (7 loc) 289 B
import { default as _ApFieldText } from './index.vue'; import { default as ApFieldPassword } from './password.vue'; type ApFieldTextType = typeof _ApFieldText & { Password: typeof ApFieldPassword; }; declare const ApFieldText: ApFieldTextType; export { ApFieldText, ApFieldPassword };