angular-formio-editor
Version:
Angular component integrating Form.io builder and renderer with a json editor
27 lines (26 loc) • 559 B
TypeScript
declare const _default: {
title: string;
description: string;
type: string;
properties: {
show: {
$ref: string;
};
when: {
title: string;
description: string;
type: string[];
};
eq: {
title: string;
description: string;
type: string;
};
json: {
title: string;
description: string;
type: string;
};
};
};
export default _default;