Skip to content

@vtj


@vtj / ui / inputUnitProps

Variable: inputUnitProps ​

const inputUnitProps: 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: (NumberConstructor | StringConstructor)[]

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