UNPKG

@aplus-frontend/ui

Version:

10 lines (9 loc) 450 B
import { default as _ApFormItemText } from './index.vue'; import { default as ApFormItemTextPassword } from './password.vue'; import { default as ApFormItemTextGroup } from './group.vue'; type ApFormItemTextType = typeof _ApFormItemText & { Password: typeof ApFormItemTextPassword; Group: typeof ApFormItemTextGroup; }; declare const ApFormItemText: ApFormItemTextType; export { ApFormItemText, ApFormItemTextPassword, ApFormItemTextGroup };