UNPKG

@jsonforms/vue-vuetify

Version:

Vue Vuetify renderers for JSON Forms

6 lines (4 loc) 433 B
import { JsonFormsRendererRegistryEntry, JsonSchema, Scopable, TesterContext, UISchemaElement } from '@jsonforms/core'; export declare const isMixedSchema: (uischema: UISchemaElement & Scopable, schema: JsonSchema, context: TesterContext) => boolean; export declare const isMixedControl: (uischema: UISchemaElement, schema: JsonSchema, context: TesterContext) => boolean; export declare const entry: JsonFormsRendererRegistryEntry;