UNPKG

@volverjs/ui-vue

Version:

@volverjs/ui-vue is a lightweight Vue 3 component library to accompany @volverjs/style.

5 lines (4 loc) 297 B
import type { Component, Ref } from 'vue'; import type { VvInputTextPropsTypes } from '.'; import { INPUT_TYPES } from '.'; export default function VvInputTextActionsFactory(type: typeof INPUT_TYPES[keyof typeof INPUT_TYPES], parentProps: VvInputTextPropsTypes, isDirty: Ref<boolean>): Component;