UNPKG

@jsonforms/material-tree-renderer

Version:

Material-based tree renderer for JSON Forms

4 lines (3 loc) 250 B
import { JsonSchema } from '@jsonforms/core'; export declare type SchemaLabelProvider = (schema: JsonSchema, schemaPath?: string) => string; export declare type InstanceLabelProvider = (schema: JsonSchema, data: any, instancePath: string) => string;