9 lines
165 B
JavaScript
9 lines
165 B
JavaScript
export default {
|
|
properties: {
|
|
step: { type: 'number' },
|
|
value_type: { type: 'string' },
|
|
min: { type: 'number' },
|
|
max: { type: 'number' },
|
|
},
|
|
};
|