el-plus-powerful-form
Version:
## [DOCS](https://peng-xiao-shuai.github.io/vite-vue-admin-docs/zh-CN/component_directive/component/powerful-form-doc.html)
34 lines (33 loc) • 712 B
JavaScript
import { FInput as o } from "./f-input.mjs";
import { FSwitch as r } from "./f-switch.mjs";
import { FRate as m } from "./f-rate.mjs";
import { FSelect as t } from "./f-select.mjs";
import { FSelectV2 as e } from "./f-select-v2.mjs";
import { FDatePicker as i } from "./f-date-picker.mjs";
import { FRadio as p } from "./f-radio.mjs";
import { FCheckbox as f } from "./f-checkbox.mjs";
import { FRenderJsx as F } from "./f-render-jsx.mjs";
const h = [
o,
r,
m,
t,
e,
i,
p,
f,
F
];
export {
f as FCheckbox,
i as FDatePicker,
o as FInput,
p as FRadio,
m as FRate,
F as FRenderJsx,
t as FSelect,
e as FSelectV2,
r as FSwitch,
h as default
};
//# sourceMappingURL=index.mjs.map