Skip to content

v-phone-input / VPhoneInputExtractComposableOptions

Type Alias: VPhoneInputExtractComposableOptions<Props>

VPhoneInputExtractComposableOptions<Props> = { [K in keyof Props]?: MaybeRef<Props[K]> }

Defined in: dist/types.d.ts:15

Internal

Convert an options interface to a composable options interface.

Type Parameters

Props

Props extends object