5 lines
362 B
TypeScript
5 lines
362 B
TypeScript
export { default as ThingModelArrayDataSpecs } from './thing-model-array-data-specs.vue';
|
|
export { default as ThingModelEnumDataSpecs } from './thing-model-enum-data-specs.vue';
|
|
export { default as ThingModelNumberDataSpecs } from './thing-model-number-data-specs.vue';
|
|
export { default as ThingModelStructDataSpecs } from './thing-model-struct-data-specs.vue';
|