UNPKG

@aplus-frontend/ui

Version:

12 lines (11 loc) 899 B
import { ApFormItemText, ApFormItemTextPassword } from './text'; import { default as ApFormItemTextArea } from './text-area/index.vue'; import { default as ApFormItemNumber } from './number/index.vue'; import { default as ApFormItemDate } from './date/index.vue'; import { default as ApFormItemDateRange } from './date-range/index.vue'; import { default as ApFormItemRadio } from './radio/index.vue'; import { default as ApFormItemSelect } from './select/index.vue'; import { default as ApFormItemSwitch } from './switch/index.vue'; import { default as ApFormItemCheckbox } from './checkbox/index.vue'; import { default as ApFormItemTreeSelect } from './tree-select/index.vue'; export { ApFormItemText, ApFormItemTextArea, ApFormItemNumber, ApFormItemDate, ApFormItemDateRange, ApFormItemRadio, ApFormItemSelect, ApFormItemSwitch, ApFormItemCheckbox, ApFormItemTextPassword, ApFormItemTreeSelect };