@jsonforms/angular
Version:
Angular module of JSON Forms
9 lines • 518 B
TypeScript
import { ArrayTranslations, JsonFormsState, StatePropsOfArrayControl } from '@jsonforms/core';
import type { OnDestroy, OnInit } from '@angular/core';
import { JsonFormsAbstractControl } from './abstract-control';
export declare class JsonFormsArrayControl extends JsonFormsAbstractControl<StatePropsOfArrayControl> implements OnInit, OnDestroy {
protected mapToProps(state: JsonFormsState): StatePropsOfArrayControl & {
translations: ArrayTranslations;
};
}
//# sourceMappingURL=array-control.d.ts.map