@ray-solutions/v-form-builder
Version:
Vue Form Builder PRO MAX built from top of Vue. Super dynamic and flexible including Drag and Drop feature.
14 lines (12 loc) • 362 B
TypeScript
import type { ComponentPublicInstance, VNode } from 'vue'
declare global {
namespace JSX {
// tslint:disable no-empty-interface
interface Element extends VNode {}
// tslint:disable no-empty-interface
interface ElementClass extends ComponentPublicInstance {}
interface IntrinsicElements {
[elem: string]: any
}
}
}