/** * Sets given default values to target fields. * uiSchema = { "ui:options": { * "default": [ * { * field1: defaultValue1, * field2: defaultValue2 * } * ... * ] * }} */ export default class DefaultValueArrayField extends React.Component { static propTypes: { uiSchema: PropTypes.Validator; }>>>; }>>>; schema: PropTypes.Validator; }>>>; formData: PropTypes.Validator; }; static getName(): string; constructor(props: any); constructor(props: any, context: any); getStateFromProps(): { onChange: (formData: any) => void; }; onChange: (formData: any) => void; } import * as React from "react"; import * as PropTypes from "prop-types";