Variable: inputUnitProps
constinputUnitProps:object
Defined in: packages/ui/types/components/input-unit/types.d.ts:7
Type Declaration
appendWidth
appendWidth:
object
appendWidth.default
default:
number
appendWidth.type
type:
NumberConstructor
format
format:
object
format.type
type:
StringConstructor
modelValue
modelValue:
object
modelValue.type
type: (
StringConstructor|NumberConstructor)[]
selectProps
selectProps:
object
selectProps.type
type:
PropType<Record<string,any>>
unit
unit:
object
unit.type
type:
StringConstructor
units
units:
object
units.type
type:
PropType<(string|InputUnitOption)[]>
withUnit
withUnit:
object
withUnit.default
default:
boolean
withUnit.type
type:
BooleanConstructor