UNPKG

@hhgtech/hhg-components

Version:
19 lines (16 loc) 259 B
'use strict'; const INPUT_RANGE = { height: { min: 1, max: 300, }, weight: { min: 1, max: 200, }, pregnantWeek: { min: 1, max: 40, }, }; exports.INPUT_RANGE = INPUT_RANGE;