UNPKG

@schema-render/form-render-react

Version:

Out-of-the-box form rendering library based on Core and Antd.

9 lines (8 loc) 270 B
import type { IOpenComponentParams } from '@schema-render/core-react'; import React from 'react'; type IProps = React.FC<IOpenComponentParams<[string, string]>>; declare const _default: { component: IProps; readonlyComponent: IProps; }; export default _default;