mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-05-12 11:51:12 +00:00
6 lines
335 B
TypeScript
6 lines
335 B
TypeScript
import ThingModelEnumTypeDataSpecs from './ThingModelEnumTypeDataSpecs.vue'
|
|
import ThingModelNumberTypeDataSpecs from './ThingModelNumberTypeDataSpecs.vue'
|
|
import ThingModelArrayTypeDataSpecs from './ThingModelArrayTypeDataSpecs.vue'
|
|
|
|
export { ThingModelEnumTypeDataSpecs, ThingModelNumberTypeDataSpecs, ThingModelArrayTypeDataSpecs }
|