Skip to content

@vtjDocs


@vtj / ui / inputUnitProps

Variable: inputUnitProps

const inputUnitProps: object

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

Defined in

packages/ui/types/components/input-unit/types.d.ts:8

Released under the MIT License.