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