@progress/kendo-react-form
Version:
React Form is a small and fast package for form state management with zero dependencies. KendoReact Form package
15 lines (14 loc) • 719 B
TypeScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
import { FieldArrayProps } from './interfaces/FieldArrayProps.js';
import * as React from 'react';
/**
* Represents the FieldArray component that is used inside the KendoReact Form component.
* It provides methods via render props for common array manipulations.
*/
export declare const FieldArray: React.FunctionComponent<FieldArrayProps>;