@progress/kendo-react-form
Version:
React Form is a small and fast package for form state management with zero dependencies. KendoReact Form package
14 lines (13 loc) • 601 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 { FieldRenderPropsBase } from '@progress/kendo-react-common';
/**
* Contains props that are passed to components rendered inside Field components.
*/
export interface FieldRenderProps extends FieldRenderPropsBase {
}