angular-formio-editor
Version:
Angular component integrating Form.io builder and renderer with a json editor
32 lines (31 loc) • 867 B
TypeScript
declare const _default: {
required: string[];
properties: {
components: {
type: string;
items: {
type: string;
required: string[];
not: {
required: string[];
};
properties: {
key: {
title: string;
description: string;
type: string;
};
label: {
title: string;
description: string;
type: string;
};
components: {
$ref: string;
};
};
};
};
};
};
export default _default;