9 lines
165 B
JavaScript
Raw Normal View History

export default {
properties: {
step: { type: 'number' },
value_type: { type: 'string' },
min: { type: 'number' },
max: { type: 'number' },
},
};