Browse Source

feat: form pro 的tsx组件

lvkun996 3 năm trước cách đây
mục cha
commit
97767ad282
1 tập tin đã thay đổi với 8 bổ sung0 xóa
  1. 8 0
      src/components/FormPro/components/indext.tsx

+ 8 - 0
src/components/FormPro/components/indext.tsx

@@ -0,0 +1,8 @@
+
+export const InputTsx = () => {
+  return <a-input></a-input>
+}
+
+export const SelectTsx = () => {
+
+}