Form package export
parent
e8882ac9f7
commit
4949d22eb9
|
@ -18,6 +18,8 @@
|
|||
"exports": {
|
||||
".": "./src/form/Form.vue",
|
||||
"./style": "./src/form/style/FormStyle.js",
|
||||
"./field": "./src/formfield/FormField.vue",
|
||||
"./field/style": "./src/formfield/style/FormFieldStyle.js",
|
||||
"./*": "./src/*/index.js"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
@ -33,6 +35,14 @@
|
|||
"types": "./form/style/index.d.ts",
|
||||
"import": "./form/style/index.mjs"
|
||||
},
|
||||
"./field": {
|
||||
"types": "./formfield/index.d.ts",
|
||||
"import": "./formfield/index.mjs"
|
||||
},
|
||||
"./field/style": {
|
||||
"types": "./formfield/style/index.d.ts",
|
||||
"import": "./formfield/style/index.mjs"
|
||||
},
|
||||
"./*": {
|
||||
"types": "./*/index.d.ts",
|
||||
"import": "./*/index.mjs"
|
||||
|
|
Loading…
Reference in New Issue