UNPKG

snowy-designer

Version:

基于Epic-Designer-Pro版本的设计器,可视化开发页面表单

12 lines (11 loc) 275 B
import { defineComponent as e, createBlock as r, openBlock as t, unref as o } from "vue"; import { Textarea as a } from "ant-design-vue"; const f = /* @__PURE__ */ e({ __name: "textarea", setup(n) { return (c, p) => (t(), r(o(a))); } }); export { f as default };