UNPKG

@narrative.io/jsonforms-provider-protocols

Version:

Dynamic data provider capabilities for JSONForms with Vue 3 integration

10 lines (9 loc) 212 B
declare module "*.vue" { import type { DefineComponent } from "vue"; const component: DefineComponent< Record<string, unknown>, Record<string, unknown>, unknown >; export default component; }