UNPKG

jenesius-vue-form

Version:

Heavy form system for Vue.js

6 lines (5 loc) 224 B
import Form from "../classes/Form"; import { Ref } from "vue"; declare function ComputedValue<T>(name: string): Ref<T>; declare function ComputedValue<T>(form: Form, name: string): Ref<T>; export default ComputedValue;